Shades of Sherpa Blue #043B42
Tints of Sherpa Blue #043B42
RGB
CMYK
RGB Variations
Color information
#043B42 (or 0x043B42) is known color: Sherpa Blue. HEX triplet: 04, 3B and 42. RGB value is (4,59,66). Sum of RGB (Red+Green+Blue) = 4+59+66=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #043B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043B42 is #FBC4BD. Grayscale: #2B2B2B. Windows color (decimal): -16499902 or 4340484. OLE color: 4340484.
HSL color Cylindrical-coordinate representation of color #043B42: hue angle of 186.77º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043B42 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 59 | 66 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.74 |
| HSL | 186.77º | 0.89% | 0.14% | - |
| HSV(B) | 186.77º | 0.94% | 0.26% | - |
| XYZ | 2.6 | 3.55 | 5.7 | - |
| YUV | 43.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 66 | 0.94 | 0.11 | 0 | 0.74 | 186.77 | 0.89 | 0.14 |
| Hex | 4 | 3B | 42 | 5E | B | 0 | 4A | BB | 59 | E |
| Octal | 4 | 73 | 102 | 136 | 13 | 0 | 112 | 273 | 131 | 16 |
| Binary | 100 | 111011 | 1000010 | 1011110 | 1011 | 0 | 1001010 | 10111011 | 1011001 | 1110 |
Color Harmonies of #043B42
Complementary color
Monochromatic Colors of #043B42
Black with #043B42
Text Example
Text Example
White with #043B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B42; }
p { color: rgb(4,59,66); }
H1.HeaderClassName
{
color: #043B42;
}
.AnyTagClassName
{
color: #043B42;
}
</style>
background-color css
<style>
a { background-color: #043B42; }
a { background-color: rgb(4,59,66); }
div.DivClassName
{
background-color: #043B42;
}
.BgClassName
{
background-color: #043B42;
}
</style>
border-color css
<style>
span { border-color: #043B42; }
span { border-color: rgb(4,59,66); }
td.TdClassName
{
border-color: #043B42;
}
.TagClassName
{
border-color: #043B42;
}
</style>