Shades of Sherpa Blue #043C49
Tints of Sherpa Blue #043C49
RGB
CMYK
RGB Variations
Color information
#043C49 (or 0x043C49) is known color: Sherpa Blue. HEX triplet: 04, 3C and 49. RGB value is (4,60,73). Sum of RGB (Red+Green+Blue) = 4+60+73=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #043C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C49 is #FBC3B6. Grayscale: #2C2C2C. Windows color (decimal): -16499639 or 4799492. OLE color: 4799492.
HSL color Cylindrical-coordinate representation of color #043C49: hue angle of 191.3º 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 #043C49 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 60 | 73 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.71 |
| HSL | 191.3º | 0.9% | 0.15% | - |
| HSV(B) | 191.3º | 0.95% | 0.29% | - |
| XYZ | 2.87 | 3.74 | 6.87 | - |
| YUV | 44.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 73 | 0.95 | 0.18 | 0 | 0.71 | 191.3 | 0.9 | 0.15 |
| Hex | 4 | 3C | 49 | 5F | 12 | 0 | 47 | BF | 5A | F |
| Octal | 4 | 74 | 111 | 137 | 22 | 0 | 107 | 277 | 132 | 17 |
| Binary | 100 | 111100 | 1001001 | 1011111 | 10010 | 0 | 1000111 | 10111111 | 1011010 | 1111 |
Color Harmonies of #043C49
Complementary color
Monochromatic Colors of #043C49
Black with #043C49
Text Example
Text Example
White with #043C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C49; }
p { color: rgb(4,60,73); }
H1.HeaderClassName
{
color: #043C49;
}
.AnyTagClassName
{
color: #043C49;
}
</style>
background-color css
<style>
a { background-color: #043C49; }
a { background-color: rgb(4,60,73); }
div.DivClassName
{
background-color: #043C49;
}
.BgClassName
{
background-color: #043C49;
}
</style>
border-color css
<style>
span { border-color: #043C49; }
span { border-color: rgb(4,60,73); }
td.TdClassName
{
border-color: #043C49;
}
.TagClassName
{
border-color: #043C49;
}
</style>