Shades of Sherpa Blue #04424B
Tints of Sherpa Blue #04424B
RGB
CMYK
RGB Variations
Color information
#04424B (or 0x04424B) is known color: 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
| RGB | 4 | 66 | 75 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.71 |
| HSL | 187.61º | 0.9% | 0.15% | - |
| HSV(B) | 187.61º | 0.95% | 0.29% | - |
| XYZ | 3.27 | 4.43 | 7.34 | - |
| YUV | 48.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 75 | 0.95 | 0.12 | 0 | 0.71 | 187.61 | 0.9 | 0.15 |
| Hex | 4 | 42 | 4B | 5F | C | 0 | 47 | BC | 5A | F |
| Octal | 4 | 102 | 113 | 137 | 14 | 0 | 107 | 274 | 132 | 17 |
| Binary | 100 | 1000010 | 1001011 | 1011111 | 1100 | 0 | 1000111 | 10111100 | 1011010 | 1111 |
Color Harmonies of #04424B
Complementary color
Monochromatic Colors of #04424B
Black with #04424B
Text Example
Text Example
White with #04424B
Text Example
Text Example
HTML Codes & Css Web 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>