#04424B

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

Shades of Sherpa Blue #04424B

Tints of Sherpa Blue #04424B

Color information

#04424B (or 0x04424B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 42 and 4B. RGB value is (4,66,75). Sum of RGB (Red+Green+Blue) = 4+66+75=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #04424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04424B is #FBBDB4. Grayscale: #303030. Windows color (decimal): -16498101 or 4932100. OLE color: 4932100.

HSL color Cylindrical-coordinate representation of color #04424B: hue angle of 187.61º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04424B is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB46675-
CMYK0.950.1200.71
HSL187.61º89.87%15.49%-
HSV(B)187.61º94.67%29.41%-
XYZ3.274.437.34-
YUV48.49142.9696.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 75 (29.69% from 255) = 51.72%
R=2.76%
G=45.52%
B=51.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal466750.950.1200.71187.6189.8715.49
Hex4424B5FC047bc5af
Octal410211313714010727413217
Binary1001000010100101110111111100010001111011110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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