Shades of Sherpa Blue #043B4C
Tints of Sherpa Blue #043B4C
RGB
CMYK
RGB Variations
Color information
#043B4C (or 0x043B4C) is known color: Sherpa Blue. HEX triplet: 04, 3B and 4C. RGB value is (4,59,76). Sum of RGB (Red+Green+Blue) = 4+59+76=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #043B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043B4C is #FBC4B3. Grayscale: #2C2C2C. Windows color (decimal): -16499892 or 4995844. OLE color: 4995844.
HSL color Cylindrical-coordinate representation of color #043B4C: hue angle of 194.17º 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 #043B4C is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 59 | 76 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.70 |
| HSL | 194.17º | 0.9% | 0.16% | - |
| HSV(B) | 194.17º | 0.95% | 0.3% | - |
| XYZ | 2.92 | 3.68 | 7.39 | - |
| YUV | 44.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 76 | 0.95 | 0.22 | 0 | 0.70 | 194.17 | 0.9 | 0.16 |
| Hex | 4 | 3B | 4C | 5F | 16 | 0 | 46 | C2 | 5A | 10 |
| Octal | 4 | 73 | 114 | 137 | 26 | 0 | 106 | 302 | 132 | 20 |
| Binary | 100 | 111011 | 1001100 | 1011111 | 10110 | 0 | 1000110 | 11000010 | 1011010 | 10000 |
Color Harmonies of #043B4C
Complementary color
Monochromatic Colors of #043B4C
Black with #043B4C
Text Example
Text Example
White with #043B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B4C; }
p { color: rgb(4,59,76); }
H1.HeaderClassName
{
color: #043B4C;
}
.AnyTagClassName
{
color: #043B4C;
}
</style>
background-color css
<style>
a { background-color: #043B4C; }
a { background-color: rgb(4,59,76); }
div.DivClassName
{
background-color: #043B4C;
}
.BgClassName
{
background-color: #043B4C;
}
</style>
border-color css
<style>
span { border-color: #043B4C; }
span { border-color: rgb(4,59,76); }
td.TdClassName
{
border-color: #043B4C;
}
.TagClassName
{
border-color: #043B4C;
}
</style>