Shades of Sherpa Blue #044F55
Tints of Sherpa Blue #044F55
RGB
CMYK
RGB Variations
Color information
#044F55 (or 0x044F55) is known color: Sherpa Blue. HEX triplet: 04, 4F and 55. RGB value is (4,79,85). Sum of RGB (Red+Green+Blue) = 4+79+85=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #044F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F55 is #FBB0AA. Grayscale: #393939. Windows color (decimal): -16494763 or 5590788. OLE color: 5590788.
HSL color Cylindrical-coordinate representation of color #044F55: hue angle of 184.44º 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 #044F55 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 79 | 85 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.67 |
| HSL | 184.44º | 0.91% | 0.17% | - |
| HSV(B) | 184.44º | 0.95% | 0.33% | - |
| XYZ | 4.49 | 6.27 | 9.57 | - |
| YUV | 57.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 85 | 0.95 | 0.07 | 0 | 0.67 | 184.44 | 0.91 | 0.17 |
| Hex | 4 | 4F | 55 | 5F | 7 | 0 | 43 | B8 | 5B | 11 |
| Octal | 4 | 117 | 125 | 137 | 7 | 0 | 103 | 270 | 133 | 21 |
| Binary | 100 | 1001111 | 1010101 | 1011111 | 111 | 0 | 1000011 | 10111000 | 1011011 | 10001 |
Color Harmonies of #044F55
Complementary color
Monochromatic Colors of #044F55
Black with #044F55
Text Example
Text Example
White with #044F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F55; }
p { color: rgb(4,79,85); }
H1.HeaderClassName
{
color: #044F55;
}
.AnyTagClassName
{
color: #044F55;
}
</style>
background-color css
<style>
a { background-color: #044F55; }
a { background-color: rgb(4,79,85); }
div.DivClassName
{
background-color: #044F55;
}
.BgClassName
{
background-color: #044F55;
}
</style>
border-color css
<style>
span { border-color: #044F55; }
span { border-color: rgb(4,79,85); }
td.TdClassName
{
border-color: #044F55;
}
.TagClassName
{
border-color: #044F55;
}
</style>