Shades of Sherpa Blue #043C4B
Tints of Sherpa Blue #043C4B
RGB
CMYK
RGB Variations
Color information
#043C4B (or 0x043C4B) is known color: Sherpa Blue. HEX triplet: 04, 3C and 4B. RGB value is (4,60,75). Sum of RGB (Red+Green+Blue) = 4+60+75=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #043C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C4B is #FBC3B4. Grayscale: #2C2C2C. Windows color (decimal): -16499637 or 4930564. OLE color: 4930564.
HSL color Cylindrical-coordinate representation of color #043C4B: hue angle of 192.68º 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 #043C4B is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 60 | 75 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.71 |
| HSL | 192.68º | 0.9% | 0.15% | - |
| HSV(B) | 192.68º | 0.95% | 0.29% | - |
| XYZ | 2.94 | 3.77 | 7.23 | - |
| YUV | 44.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 75 | 0.95 | 0.20 | 0 | 0.71 | 192.68 | 0.9 | 0.15 |
| Hex | 4 | 3C | 4B | 5F | 14 | 0 | 47 | C1 | 5A | F |
| Octal | 4 | 74 | 113 | 137 | 24 | 0 | 107 | 301 | 132 | 17 |
| Binary | 100 | 111100 | 1001011 | 1011111 | 10100 | 0 | 1000111 | 11000001 | 1011010 | 1111 |
Color Harmonies of #043C4B
Complementary color
Monochromatic Colors of #043C4B
Black with #043C4B
Text Example
Text Example
White with #043C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C4B; }
p { color: rgb(4,60,75); }
H1.HeaderClassName
{
color: #043C4B;
}
.AnyTagClassName
{
color: #043C4B;
}
</style>
background-color css
<style>
a { background-color: #043C4B; }
a { background-color: rgb(4,60,75); }
div.DivClassName
{
background-color: #043C4B;
}
.BgClassName
{
background-color: #043C4B;
}
</style>
border-color css
<style>
span { border-color: #043C4B; }
span { border-color: rgb(4,60,75); }
td.TdClassName
{
border-color: #043C4B;
}
.TagClassName
{
border-color: #043C4B;
}
</style>