Shades of Sherpa Blue #044D52
Tints of Sherpa Blue #044D52
RGB
CMYK
RGB Variations
Color information
#044D52 (or 0x044D52) is known color: Sherpa Blue. HEX triplet: 04, 4D and 52. RGB value is (4,77,82). Sum of RGB (Red+Green+Blue) = 4+77+82=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #044D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D52 is #FBB2AD. Grayscale: #373737. Windows color (decimal): -16495278 or 5393668. OLE color: 5393668.
HSL color Cylindrical-coordinate representation of color #044D52: hue angle of 183.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044D52 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 77 | 82 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.68 |
| HSL | 183.85º | 0.91% | 0.17% | - |
| HSV(B) | 183.85º | 0.95% | 0.32% | - |
| XYZ | 4.23 | 5.94 | 8.91 | - |
| YUV | 55.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 82 | 0.95 | 0.06 | 0 | 0.68 | 183.85 | 0.91 | 0.17 |
| Hex | 4 | 4D | 52 | 5F | 6 | 0 | 44 | B8 | 5B | 11 |
| Octal | 4 | 115 | 122 | 137 | 6 | 0 | 104 | 270 | 133 | 21 |
| Binary | 100 | 1001101 | 1010010 | 1011111 | 110 | 0 | 1000100 | 10111000 | 1011011 | 10001 |
Color Harmonies of #044D52
Complementary color
Monochromatic Colors of #044D52
Black with #044D52
Text Example
Text Example
White with #044D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D52; }
p { color: rgb(4,77,82); }
H1.HeaderClassName
{
color: #044D52;
}
.AnyTagClassName
{
color: #044D52;
}
</style>
background-color css
<style>
a { background-color: #044D52; }
a { background-color: rgb(4,77,82); }
div.DivClassName
{
background-color: #044D52;
}
.BgClassName
{
background-color: #044D52;
}
</style>
border-color css
<style>
span { border-color: #044D52; }
span { border-color: rgb(4,77,82); }
td.TdClassName
{
border-color: #044D52;
}
.TagClassName
{
border-color: #044D52;
}
</style>