Shades of Sherpa Blue #043D50
Tints of Sherpa Blue #043D50
RGB
CMYK
RGB Variations
Color information
#043D50 (or 0x043D50) is known color: Sherpa Blue. HEX triplet: 04, 3D and 50. RGB value is (4,61,80). Sum of RGB (Red+Green+Blue) = 4+61+80=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #043D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043D50 is #FBC2AF. Grayscale: #2D2D2D. Windows color (decimal): -16499376 or 5258500. OLE color: 5258500.
HSL color Cylindrical-coordinate representation of color #043D50: hue angle of 195º 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 #043D50 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 61 | 80 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.69 |
| HSL | 195º | 0.9% | 0.16% | - |
| HSV(B) | 195º | 0.95% | 0.31% | - |
| XYZ | 3.17 | 3.94 | 8.18 | - |
| YUV | 46.12 | 147.12 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 80 | 0.95 | 0.24 | 0 | 0.69 | 195 | 0.9 | 0.16 |
| Hex | 4 | 3D | 50 | 5F | 18 | 0 | 45 | C3 | 5A | 10 |
| Octal | 4 | 75 | 120 | 137 | 30 | 0 | 105 | 303 | 132 | 20 |
| Binary | 100 | 111101 | 1010000 | 1011111 | 11000 | 0 | 1000101 | 11000011 | 1011010 | 10000 |
Color Harmonies of #043D50
Complementary color
Monochromatic Colors of #043D50
Black with #043D50
Text Example
Text Example
White with #043D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D50; }
p { color: rgb(4,61,80); }
H1.HeaderClassName
{
color: #043D50;
}
.AnyTagClassName
{
color: #043D50;
}
</style>
background-color css
<style>
a { background-color: #043D50; }
a { background-color: rgb(4,61,80); }
div.DivClassName
{
background-color: #043D50;
}
.BgClassName
{
background-color: #043D50;
}
</style>
border-color css
<style>
span { border-color: #043D50; }
span { border-color: rgb(4,61,80); }
td.TdClassName
{
border-color: #043D50;
}
.TagClassName
{
border-color: #043D50;
}
</style>