Shades of Sherpa Blue #044A55
Tints of Sherpa Blue #044A55
RGB
CMYK
RGB Variations
Color information
#044A55 (or 0x044A55) is known color: Sherpa Blue. HEX triplet: 04, 4A and 55. RGB value is (4,74,85). Sum of RGB (Red+Green+Blue) = 4+74+85=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #044A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A55 is #FBB5AA. Grayscale: #363636. Windows color (decimal): -16496043 or 5589508. OLE color: 5589508.
HSL color Cylindrical-coordinate representation of color #044A55: hue angle of 188.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A55 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 74 | 85 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.67 |
| HSL | 188.15º | 0.91% | 0.17% | - |
| HSV(B) | 188.15º | 0.95% | 0.33% | - |
| XYZ | 4.14 | 5.58 | 9.45 | - |
| YUV | 54.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 85 | 0.95 | 0.13 | 0 | 0.67 | 188.15 | 0.91 | 0.17 |
| Hex | 4 | 4A | 55 | 5F | D | 0 | 43 | BC | 5B | 11 |
| Octal | 4 | 112 | 125 | 137 | 15 | 0 | 103 | 274 | 133 | 21 |
| Binary | 100 | 1001010 | 1010101 | 1011111 | 1101 | 0 | 1000011 | 10111100 | 1011011 | 10001 |
Color Harmonies of #044A55
Complementary color
Monochromatic Colors of #044A55
Black with #044A55
Text Example
Text Example
White with #044A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A55; }
p { color: rgb(4,74,85); }
H1.HeaderClassName
{
color: #044A55;
}
.AnyTagClassName
{
color: #044A55;
}
</style>
background-color css
<style>
a { background-color: #044A55; }
a { background-color: rgb(4,74,85); }
div.DivClassName
{
background-color: #044A55;
}
.BgClassName
{
background-color: #044A55;
}
</style>
border-color css
<style>
span { border-color: #044A55; }
span { border-color: rgb(4,74,85); }
td.TdClassName
{
border-color: #044A55;
}
.TagClassName
{
border-color: #044A55;
}
</style>