Shades of Sherpa Blue #043A43
Tints of Sherpa Blue #043A43
RGB
CMYK
RGB Variations
Color information
#043A43 (or 0x043A43) is known color: Sherpa Blue. HEX triplet: 04, 3A and 43. RGB value is (4,58,67). Sum of RGB (Red+Green+Blue) = 4+58+67=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #043A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A43 is #FBC5BC. Grayscale: #2A2A2A. Windows color (decimal): -16500157 or 4405764. OLE color: 4405764.
HSL color Cylindrical-coordinate representation of color #043A43: hue angle of 188.57º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043A43 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 58 | 67 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.74 |
| HSL | 188.57º | 0.89% | 0.14% | - |
| HSV(B) | 188.57º | 0.94% | 0.26% | - |
| XYZ | 2.58 | 3.46 | 5.84 | - |
| YUV | 42.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 67 | 0.94 | 0.13 | 0 | 0.74 | 188.57 | 0.89 | 0.14 |
| Hex | 4 | 3A | 43 | 5E | D | 0 | 4A | BD | 59 | E |
| Octal | 4 | 72 | 103 | 136 | 15 | 0 | 112 | 275 | 131 | 16 |
| Binary | 100 | 111010 | 1000011 | 1011110 | 1101 | 0 | 1001010 | 10111101 | 1011001 | 1110 |
Color Harmonies of #043A43
Complementary color
Monochromatic Colors of #043A43
Black with #043A43
Text Example
Text Example
White with #043A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A43; }
p { color: rgb(4,58,67); }
H1.HeaderClassName
{
color: #043A43;
}
.AnyTagClassName
{
color: #043A43;
}
</style>
background-color css
<style>
a { background-color: #043A43; }
a { background-color: rgb(4,58,67); }
div.DivClassName
{
background-color: #043A43;
}
.BgClassName
{
background-color: #043A43;
}
</style>
border-color css
<style>
span { border-color: #043A43; }
span { border-color: rgb(4,58,67); }
td.TdClassName
{
border-color: #043A43;
}
.TagClassName
{
border-color: #043A43;
}
</style>