Shades of Sherpa Blue #04424D
Tints of Sherpa Blue #04424D
RGB
CMYK
RGB Variations
Color information
#04424D (or 0x04424D) is known color: Sherpa Blue. HEX triplet: 04, 42 and 4D. RGB value is (4,66,77). Sum of RGB (Red+Green+Blue) = 4+66+77=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #04424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04424D is #FBBDB2. Grayscale: #303030. Windows color (decimal): -16498099 or 5063172. OLE color: 5063172.
HSL color Cylindrical-coordinate representation of color #04424D: hue angle of 189.04º 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 #04424D is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 66 | 77 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.70 |
| HSL | 189.04º | 0.9% | 0.16% | - |
| HSV(B) | 189.04º | 0.95% | 0.3% | - |
| XYZ | 3.34 | 4.46 | 7.71 | - |
| YUV | 48.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 77 | 0.95 | 0.14 | 0 | 0.70 | 189.04 | 0.9 | 0.16 |
| Hex | 4 | 42 | 4D | 5F | E | 0 | 46 | BD | 5A | 10 |
| Octal | 4 | 102 | 115 | 137 | 16 | 0 | 106 | 275 | 132 | 20 |
| Binary | 100 | 1000010 | 1001101 | 1011111 | 1110 | 0 | 1000110 | 10111101 | 1011010 | 10000 |
Color Harmonies of #04424D
Complementary color
Monochromatic Colors of #04424D
Black with #04424D
Text Example
Text Example
White with #04424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04424D; }
p { color: rgb(4,66,77); }
H1.HeaderClassName
{
color: #04424D;
}
.AnyTagClassName
{
color: #04424D;
}
</style>
background-color css
<style>
a { background-color: #04424D; }
a { background-color: rgb(4,66,77); }
div.DivClassName
{
background-color: #04424D;
}
.BgClassName
{
background-color: #04424D;
}
</style>
border-color css
<style>
span { border-color: #04424D; }
span { border-color: rgb(4,66,77); }
td.TdClassName
{
border-color: #04424D;
}
.TagClassName
{
border-color: #04424D;
}
</style>