Shades of Sherpa Blue #043F50
Tints of Sherpa Blue #043F50
RGB
CMYK
RGB Variations
Color information
#043F50 (or 0x043F50) is known color: Sherpa Blue. HEX triplet: 04, 3F and 50. RGB value is (4,63,80). Sum of RGB (Red+Green+Blue) = 4+63+80=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #043F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043F50 is #FBC0AF. Grayscale: #2F2F2F. Windows color (decimal): -16498864 or 5259012. OLE color: 5259012.
HSL color Cylindrical-coordinate representation of color #043F50: hue angle of 193.42º 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 #043F50 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 63 | 80 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.69 |
| HSL | 193.42º | 0.9% | 0.16% | - |
| HSV(B) | 193.42º | 0.95% | 0.31% | - |
| XYZ | 3.28 | 4.16 | 8.22 | - |
| YUV | 47.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 80 | 0.95 | 0.21 | 0 | 0.69 | 193.42 | 0.9 | 0.16 |
| Hex | 4 | 3F | 50 | 5F | 15 | 0 | 45 | C1 | 5A | 10 |
| Octal | 4 | 77 | 120 | 137 | 25 | 0 | 105 | 301 | 132 | 20 |
| Binary | 100 | 111111 | 1010000 | 1011111 | 10101 | 0 | 1000101 | 11000001 | 1011010 | 10000 |
Color Harmonies of #043F50
Complementary color
Monochromatic Colors of #043F50
Black with #043F50
Text Example
Text Example
White with #043F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F50; }
p { color: rgb(4,63,80); }
H1.HeaderClassName
{
color: #043F50;
}
.AnyTagClassName
{
color: #043F50;
}
</style>
background-color css
<style>
a { background-color: #043F50; }
a { background-color: rgb(4,63,80); }
div.DivClassName
{
background-color: #043F50;
}
.BgClassName
{
background-color: #043F50;
}
</style>
border-color css
<style>
span { border-color: #043F50; }
span { border-color: rgb(4,63,80); }
td.TdClassName
{
border-color: #043F50;
}
.TagClassName
{
border-color: #043F50;
}
</style>