Shades of Sherpa Blue #043A4D
Tints of Sherpa Blue #043A4D
RGB
CMYK
RGB Variations
Color information
#043A4D (or 0x043A4D) is known color: Sherpa Blue. HEX triplet: 04, 3A and 4D. RGB value is (4,58,77). Sum of RGB (Red+Green+Blue) = 4+58+77=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #043A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A4D is #FBC5B2. Grayscale: #2B2B2B. Windows color (decimal): -16500147 or 5061124. OLE color: 5061124.
HSL color Cylindrical-coordinate representation of color #043A4D: hue angle of 195.62º 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 #043A4D is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 58 | 77 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.70 |
| HSL | 195.62º | 0.9% | 0.16% | - |
| HSV(B) | 195.62º | 0.95% | 0.3% | - |
| XYZ | 2.9 | 3.59 | 7.56 | - |
| YUV | 44.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 77 | 0.95 | 0.25 | 0 | 0.70 | 195.62 | 0.9 | 0.16 |
| Hex | 4 | 3A | 4D | 5F | 19 | 0 | 46 | C4 | 5A | 10 |
| Octal | 4 | 72 | 115 | 137 | 31 | 0 | 106 | 304 | 132 | 20 |
| Binary | 100 | 111010 | 1001101 | 1011111 | 11001 | 0 | 1000110 | 11000100 | 1011010 | 10000 |
Color Harmonies of #043A4D
Complementary color
Monochromatic Colors of #043A4D
Black with #043A4D
Text Example
Text Example
White with #043A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A4D; }
p { color: rgb(4,58,77); }
H1.HeaderClassName
{
color: #043A4D;
}
.AnyTagClassName
{
color: #043A4D;
}
</style>
background-color css
<style>
a { background-color: #043A4D; }
a { background-color: rgb(4,58,77); }
div.DivClassName
{
background-color: #043A4D;
}
.BgClassName
{
background-color: #043A4D;
}
</style>
border-color css
<style>
span { border-color: #043A4D; }
span { border-color: rgb(4,58,77); }
td.TdClassName
{
border-color: #043A4D;
}
.TagClassName
{
border-color: #043A4D;
}
</style>