Shades of Sherpa Blue #044C5E
Tints of Sherpa Blue #044C5E
RGB
CMYK
RGB Variations
Color information
#044C5E (or 0x044C5E) is known color: Sherpa Blue. HEX triplet: 04, 4C and 5E. RGB value is (4,76,94). Sum of RGB (Red+Green+Blue) = 4+76+94=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #044C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C5E is #FBB3A1. Grayscale: #383838. Windows color (decimal): -16495522 or 6179844. OLE color: 6179844.
HSL color Cylindrical-coordinate representation of color #044C5E: hue angle of 192º 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 #044C5E is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 76 | 94 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.63 |
| HSL | 192º | 0.92% | 0.19% | - |
| HSV(B) | 192º | 0.96% | 0.37% | - |
| XYZ | 4.65 | 6 | 11.5 | - |
| YUV | 56.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 94 | 0.96 | 0.19 | 0 | 0.63 | 192 | 0.92 | 0.19 |
| Hex | 4 | 4C | 5E | 60 | 13 | 0 | 3F | C0 | 5C | 13 |
| Octal | 4 | 114 | 136 | 140 | 23 | 0 | 77 | 300 | 134 | 23 |
| Binary | 100 | 1001100 | 1011110 | 1100000 | 10011 | 0 | 111111 | 11000000 | 1011100 | 10011 |
Color Harmonies of #044C5E
Complementary color
Monochromatic Colors of #044C5E
Black with #044C5E
Text Example
Text Example
White with #044C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C5E; }
p { color: rgb(4,76,94); }
H1.HeaderClassName
{
color: #044C5E;
}
.AnyTagClassName
{
color: #044C5E;
}
</style>
background-color css
<style>
a { background-color: #044C5E; }
a { background-color: rgb(4,76,94); }
div.DivClassName
{
background-color: #044C5E;
}
.BgClassName
{
background-color: #044C5E;
}
</style>
border-color css
<style>
span { border-color: #044C5E; }
span { border-color: rgb(4,76,94); }
td.TdClassName
{
border-color: #044C5E;
}
.TagClassName
{
border-color: #044C5E;
}
</style>