#04505D

Color #04505D Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #04505D

Tints of Sherpa Blue #04505D

Color information

#04505D (or 0x04505D) is unknown color: approx Sherpa Blue. HEX triplet: 04, 50 and 5D. RGB value is (4,80,93). Sum of RGB (Red+Green+Blue) = 4+80+93=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #04505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04505D is #FBAFA2. Grayscale: #3A3A3A. Windows color (decimal): -16494499 or 6115332. OLE color: 6115332.

HSL color Cylindrical-coordinate representation of color #04505D: hue angle of 188.76º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04505D is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB48093-
CMYK0.960.1400.64
HSL188.76º91.75%19.02%-
HSV(B)188.76º95.7%36.47%-
XYZ4.896.5511.36-
YUV58.76147.3288.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.26%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=2.26%
G=45.20%
B=52.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal480930.960.1400.64188.7691.7519.02
Hex4505D60E040bd5c13
Octal412013514016010027513423
Binary10010100001011101110000011100100000010111101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04505D; }

 p { color: rgb(4,80,93); }

 H1.HeaderClassName
 {
   color: #04505D;
 }
 .AnyTagClassName
 {
   color: #04505D;
 }
</style>
background-color css

<style>
 a { background-color: #04505D; }

 a { background-color: rgb(4,80,93); }

 div.DivClassName
 {
   background-color: #04505D;
 }
 .BgClassName
 {
   background-color: #04505D;
 }
</style>
border-color css

<style>
 span { border-color: #04505D; }

 span { border-color: rgb(4,80,93); }

 td.TdClassName
 {
   border-color: #04505D;
 }
 .TagClassName
 {
   border-color: #04505D;
 }
</style>