Shades of Sherpa Blue #043A4B
Tints of Sherpa Blue #043A4B
RGB
CMYK
RGB Variations
Color information
#043A4B (or 0x043A4B) is known color: Sherpa Blue. HEX triplet: 04, 3A and 4B. RGB value is (4,58,75). Sum of RGB (Red+Green+Blue) = 4+58+75=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #043A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A4B is #FBC5B4. Grayscale: #2B2B2B. Windows color (decimal): -16500149 or 4930052. OLE color: 4930052.
HSL color Cylindrical-coordinate representation of color #043A4B: hue angle of 194.37º 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 #043A4B is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 58 | 75 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.71 |
| HSL | 194.37º | 0.9% | 0.15% | - |
| HSV(B) | 194.37º | 0.95% | 0.29% | - |
| XYZ | 2.83 | 3.56 | 7.19 | - |
| YUV | 43.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 75 | 0.95 | 0.23 | 0 | 0.71 | 194.37 | 0.9 | 0.15 |
| Hex | 4 | 3A | 4B | 5F | 17 | 0 | 47 | C2 | 5A | F |
| Octal | 4 | 72 | 113 | 137 | 27 | 0 | 107 | 302 | 132 | 17 |
| Binary | 100 | 111010 | 1001011 | 1011111 | 10111 | 0 | 1000111 | 11000010 | 1011010 | 1111 |
Color Harmonies of #043A4B
Complementary color
Monochromatic Colors of #043A4B
Black with #043A4B
Text Example
Text Example
White with #043A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A4B; }
p { color: rgb(4,58,75); }
H1.HeaderClassName
{
color: #043A4B;
}
.AnyTagClassName
{
color: #043A4B;
}
</style>
background-color css
<style>
a { background-color: #043A4B; }
a { background-color: rgb(4,58,75); }
div.DivClassName
{
background-color: #043A4B;
}
.BgClassName
{
background-color: #043A4B;
}
</style>
border-color css
<style>
span { border-color: #043A4B; }
span { border-color: rgb(4,58,75); }
td.TdClassName
{
border-color: #043A4B;
}
.TagClassName
{
border-color: #043A4B;
}
</style>