Shades of Sherpa Blue #043B4E
Tints of Sherpa Blue #043B4E
RGB
CMYK
RGB Variations
Color information
#043B4E (or 0x043B4E) is known color: Sherpa Blue. HEX triplet: 04, 3B and 4E. RGB value is (4,59,78). Sum of RGB (Red+Green+Blue) = 4+59+78=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #043B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043B4E is #FBC4B1. Grayscale: #2C2C2C. Windows color (decimal): -16499890 or 5126916. OLE color: 5126916.
HSL color Cylindrical-coordinate representation of color #043B4E: hue angle of 195.41º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043B4E is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 59 | 78 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.69 |
| HSL | 195.41º | 0.9% | 0.16% | - |
| HSV(B) | 195.41º | 0.95% | 0.31% | - |
| XYZ | 2.99 | 3.7 | 7.77 | - |
| YUV | 44.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 78 | 0.95 | 0.24 | 0 | 0.69 | 195.41 | 0.9 | 0.16 |
| Hex | 4 | 3B | 4E | 5F | 18 | 0 | 45 | C3 | 5A | 10 |
| Octal | 4 | 73 | 116 | 137 | 30 | 0 | 105 | 303 | 132 | 20 |
| Binary | 100 | 111011 | 1001110 | 1011111 | 11000 | 0 | 1000101 | 11000011 | 1011010 | 10000 |
Color Harmonies of #043B4E
Complementary color
Monochromatic Colors of #043B4E
Black with #043B4E
Text Example
Text Example
White with #043B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B4E; }
p { color: rgb(4,59,78); }
H1.HeaderClassName
{
color: #043B4E;
}
.AnyTagClassName
{
color: #043B4E;
}
</style>
background-color css
<style>
a { background-color: #043B4E; }
a { background-color: rgb(4,59,78); }
div.DivClassName
{
background-color: #043B4E;
}
.BgClassName
{
background-color: #043B4E;
}
</style>
border-color css
<style>
span { border-color: #043B4E; }
span { border-color: rgb(4,59,78); }
td.TdClassName
{
border-color: #043B4E;
}
.TagClassName
{
border-color: #043B4E;
}
</style>