Shades of Sherpa Blue #044F4A
Tints of Sherpa Blue #044F4A
RGB
CMYK
RGB Variations
Color information
#044F4A (or 0x044F4A) is known color: Sherpa Blue. HEX triplet: 04, 4F and 4A. RGB value is (4,79,74). Sum of RGB (Red+Green+Blue) = 4+79+74=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #044F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F4A is #FBB0B5. Grayscale: #373737. Windows color (decimal): -16494774 or 4869892. OLE color: 4869892.
HSL color Cylindrical-coordinate representation of color #044F4A: hue angle of 176º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044F4A is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 74 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.69 |
| HSL | 176º | 0.9% | 0.16% | - |
| HSV(B) | 176º | 0.95% | 0.31% | - |
| XYZ | 4.08 | 6.11 | 7.44 | - |
| YUV | 56.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 74 | 0.95 | 0 | 0.06 | 0.69 | 176 | 0.9 | 0.16 |
| Hex | 4 | 4F | 4A | 5F | 0 | 6 | 45 | B0 | 5A | 10 |
| Octal | 4 | 117 | 112 | 137 | 0 | 6 | 105 | 260 | 132 | 20 |
| Binary | 100 | 1001111 | 1001010 | 1011111 | 0 | 110 | 1000101 | 10110000 | 1011010 | 10000 |
Color Harmonies of #044F4A
Complementary color
Monochromatic Colors of #044F4A
Black with #044F4A
Text Example
Text Example
White with #044F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F4A; }
p { color: rgb(4,79,74); }
H1.HeaderClassName
{
color: #044F4A;
}
.AnyTagClassName
{
color: #044F4A;
}
</style>
background-color css
<style>
a { background-color: #044F4A; }
a { background-color: rgb(4,79,74); }
div.DivClassName
{
background-color: #044F4A;
}
.BgClassName
{
background-color: #044F4A;
}
</style>
border-color css
<style>
span { border-color: #044F4A; }
span { border-color: rgb(4,79,74); }
td.TdClassName
{
border-color: #044F4A;
}
.TagClassName
{
border-color: #044F4A;
}
</style>