Shades of Sherpa Blue #043C4C
Tints of Sherpa Blue #043C4C
RGB
CMYK
RGB Variations
Color information
#043C4C (or 0x043C4C) is known color: Sherpa Blue. HEX triplet: 04, 3C and 4C. RGB value is (4,60,76). Sum of RGB (Red+Green+Blue) = 4+60+76=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #043C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C4C is #FBC3B3. Grayscale: #2C2C2C. Windows color (decimal): -16499636 or 4996100. OLE color: 4996100.
HSL color Cylindrical-coordinate representation of color #043C4C: hue angle of 193.33º 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 #043C4C is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 60 | 76 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.70 |
| HSL | 193.33º | 0.9% | 0.16% | - |
| HSV(B) | 193.33º | 0.95% | 0.3% | - |
| XYZ | 2.97 | 3.78 | 7.41 | - |
| YUV | 45.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 76 | 0.95 | 0.21 | 0 | 0.70 | 193.33 | 0.9 | 0.16 |
| Hex | 4 | 3C | 4C | 5F | 15 | 0 | 46 | C1 | 5A | 10 |
| Octal | 4 | 74 | 114 | 137 | 25 | 0 | 106 | 301 | 132 | 20 |
| Binary | 100 | 111100 | 1001100 | 1011111 | 10101 | 0 | 1000110 | 11000001 | 1011010 | 10000 |
Color Harmonies of #043C4C
Complementary color
Monochromatic Colors of #043C4C
Black with #043C4C
Text Example
Text Example
White with #043C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C4C; }
p { color: rgb(4,60,76); }
H1.HeaderClassName
{
color: #043C4C;
}
.AnyTagClassName
{
color: #043C4C;
}
</style>
background-color css
<style>
a { background-color: #043C4C; }
a { background-color: rgb(4,60,76); }
div.DivClassName
{
background-color: #043C4C;
}
.BgClassName
{
background-color: #043C4C;
}
</style>
border-color css
<style>
span { border-color: #043C4C; }
span { border-color: rgb(4,60,76); }
td.TdClassName
{
border-color: #043C4C;
}
.TagClassName
{
border-color: #043C4C;
}
</style>