Shades of Sherpa Blue #044C55
Tints of Sherpa Blue #044C55
RGB
CMYK
RGB Variations
Color information
#044C55 (or 0x044C55) is known color: Sherpa Blue. HEX triplet: 04, 4C and 55. RGB value is (4,76,85). Sum of RGB (Red+Green+Blue) = 4+76+85=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #044C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C55 is #FBB3AA. Grayscale: #373737. Windows color (decimal): -16495531 or 5590020. OLE color: 5590020.
HSL color Cylindrical-coordinate representation of color #044C55: hue angle of 186.67º 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 #044C55 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 76 | 85 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.67 |
| HSL | 186.67º | 0.91% | 0.17% | - |
| HSV(B) | 186.67º | 0.95% | 0.33% | - |
| XYZ | 4.27 | 5.85 | 9.5 | - |
| YUV | 55.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 85 | 0.95 | 0.11 | 0 | 0.67 | 186.67 | 0.91 | 0.17 |
| Hex | 4 | 4C | 55 | 5F | B | 0 | 43 | BB | 5B | 11 |
| Octal | 4 | 114 | 125 | 137 | 13 | 0 | 103 | 273 | 133 | 21 |
| Binary | 100 | 1001100 | 1010101 | 1011111 | 1011 | 0 | 1000011 | 10111011 | 1011011 | 10001 |
Color Harmonies of #044C55
Complementary color
Monochromatic Colors of #044C55
Black with #044C55
Text Example
Text Example
White with #044C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C55; }
p { color: rgb(4,76,85); }
H1.HeaderClassName
{
color: #044C55;
}
.AnyTagClassName
{
color: #044C55;
}
</style>
background-color css
<style>
a { background-color: #044C55; }
a { background-color: rgb(4,76,85); }
div.DivClassName
{
background-color: #044C55;
}
.BgClassName
{
background-color: #044C55;
}
</style>
border-color css
<style>
span { border-color: #044C55; }
span { border-color: rgb(4,76,85); }
td.TdClassName
{
border-color: #044C55;
}
.TagClassName
{
border-color: #044C55;
}
</style>