#04424C

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

Shades of Sherpa Blue #04424C

Tints of Sherpa Blue #04424C

Color information

#04424C (or 0x04424C) is unknown color: approx Sherpa Blue. HEX triplet: 04, 42 and 4C. RGB value is (4,66,76). Sum of RGB (Red+Green+Blue) = 4+66+76=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #04424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04424C is #FBBDB3. Grayscale: #303030. Windows color (decimal): -16498100 or 4997636. OLE color: 4997636.

HSL color Cylindrical-coordinate representation of color #04424C: hue angle of 188.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04424C is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB46676-
CMYK0.950.1300.70
HSL188.33º90%15.69%-
HSV(B)188.33º94.74%29.8%-
XYZ3.34.447.52-
YUV48.6143.4696.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=2.74%
G=45.21%
B=52.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal466760.950.1300.70188.339015.69
Hex4424C5FD046bc5a10
Octal410211413715010627413220
Binary10010000101001100101111111010100011010111100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04424C; }

 p { color: rgb(4,66,76); }

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

<style>
 a { background-color: #04424C; }

 a { background-color: rgb(4,66,76); }

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

<style>
 span { border-color: #04424C; }

 span { border-color: rgb(4,66,76); }

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