Shades of Sherpa Blue #044C5F
Tints of Sherpa Blue #044C5F
RGB
CMYK
RGB Variations
Color information
#044C5F (or 0x044C5F) is known color: Sherpa Blue. HEX triplet: 04, 4C and 5F. RGB value is (4,76,95). Sum of RGB (Red+Green+Blue) = 4+76+95=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #044C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C5F is #FBB3A0. Grayscale: #383838. Windows color (decimal): -16495521 or 6245380. OLE color: 6245380.
HSL color Cylindrical-coordinate representation of color #044C5F: hue angle of 192.53º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044C5F is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 76 | 95 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.63 |
| HSL | 192.53º | 0.92% | 0.19% | - |
| HSV(B) | 192.53º | 0.96% | 0.37% | - |
| XYZ | 4.7 | 6.02 | 11.74 | - |
| YUV | 56.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 95 | 0.96 | 0.20 | 0 | 0.63 | 192.53 | 0.92 | 0.19 |
| Hex | 4 | 4C | 5F | 60 | 14 | 0 | 3F | C1 | 5C | 13 |
| Octal | 4 | 114 | 137 | 140 | 24 | 0 | 77 | 301 | 134 | 23 |
| Binary | 100 | 1001100 | 1011111 | 1100000 | 10100 | 0 | 111111 | 11000001 | 1011100 | 10011 |
Color Harmonies of #044C5F
Complementary color
Monochromatic Colors of #044C5F
Black with #044C5F
Text Example
Text Example
White with #044C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C5F; }
p { color: rgb(4,76,95); }
H1.HeaderClassName
{
color: #044C5F;
}
.AnyTagClassName
{
color: #044C5F;
}
</style>
background-color css
<style>
a { background-color: #044C5F; }
a { background-color: rgb(4,76,95); }
div.DivClassName
{
background-color: #044C5F;
}
.BgClassName
{
background-color: #044C5F;
}
</style>
border-color css
<style>
span { border-color: #044C5F; }
span { border-color: rgb(4,76,95); }
td.TdClassName
{
border-color: #044C5F;
}
.TagClassName
{
border-color: #044C5F;
}
</style>