Shades of Sherpa Blue #044D55
Tints of Sherpa Blue #044D55
RGB
CMYK
RGB Variations
Color information
#044D55 (or 0x044D55) is known color: Sherpa Blue. HEX triplet: 04, 4D and 55. RGB value is (4,77,85). Sum of RGB (Red+Green+Blue) = 4+77+85=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #044D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D55 is #FBB2AA. Grayscale: #373737. Windows color (decimal): -16495275 or 5590276. OLE color: 5590276.
HSL color Cylindrical-coordinate representation of color #044D55: hue angle of 185.93º 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 #044D55 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 77 | 85 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.67 |
| HSL | 185.93º | 0.91% | 0.17% | - |
| HSV(B) | 185.93º | 0.95% | 0.33% | - |
| XYZ | 4.34 | 5.99 | 9.52 | - |
| YUV | 56.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 85 | 0.95 | 0.09 | 0 | 0.67 | 185.93 | 0.91 | 0.17 |
| Hex | 4 | 4D | 55 | 5F | 9 | 0 | 43 | BA | 5B | 11 |
| Octal | 4 | 115 | 125 | 137 | 11 | 0 | 103 | 272 | 133 | 21 |
| Binary | 100 | 1001101 | 1010101 | 1011111 | 1001 | 0 | 1000011 | 10111010 | 1011011 | 10001 |
Color Harmonies of #044D55
Complementary color
Monochromatic Colors of #044D55
Black with #044D55
Text Example
Text Example
White with #044D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D55; }
p { color: rgb(4,77,85); }
H1.HeaderClassName
{
color: #044D55;
}
.AnyTagClassName
{
color: #044D55;
}
</style>
background-color css
<style>
a { background-color: #044D55; }
a { background-color: rgb(4,77,85); }
div.DivClassName
{
background-color: #044D55;
}
.BgClassName
{
background-color: #044D55;
}
</style>
border-color css
<style>
span { border-color: #044D55; }
span { border-color: rgb(4,77,85); }
td.TdClassName
{
border-color: #044D55;
}
.TagClassName
{
border-color: #044D55;
}
</style>