Shades of Sherpa Blue #044249
Tints of Sherpa Blue #044249
RGB
CMYK
RGB Variations
Color information
#044249 (or 0x044249) is known color: Sherpa Blue. HEX triplet: 04, 42 and 49. RGB value is (4,66,73). Sum of RGB (Red+Green+Blue) = 4+66+73=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #044249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044249 is #FBBDB6. Grayscale: #303030. Windows color (decimal): -16498103 or 4801028. OLE color: 4801028.
HSL color Cylindrical-coordinate representation of color #044249: hue angle of 186.09º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044249 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 66 | 73 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.71 |
| HSL | 186.09º | 0.9% | 0.15% | - |
| HSV(B) | 186.09º | 0.95% | 0.29% | - |
| XYZ | 3.2 | 4.4 | 6.98 | - |
| YUV | 48.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 73 | 0.95 | 0.10 | 0 | 0.71 | 186.09 | 0.9 | 0.15 |
| Hex | 4 | 42 | 49 | 5F | A | 0 | 47 | BA | 5A | F |
| Octal | 4 | 102 | 111 | 137 | 12 | 0 | 107 | 272 | 132 | 17 |
| Binary | 100 | 1000010 | 1001001 | 1011111 | 1010 | 0 | 1000111 | 10111010 | 1011010 | 1111 |
Color Harmonies of #044249
Complementary color
Monochromatic Colors of #044249
Black with #044249
Text Example
Text Example
White with #044249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044249; }
p { color: rgb(4,66,73); }
H1.HeaderClassName
{
color: #044249;
}
.AnyTagClassName
{
color: #044249;
}
</style>
background-color css
<style>
a { background-color: #044249; }
a { background-color: rgb(4,66,73); }
div.DivClassName
{
background-color: #044249;
}
.BgClassName
{
background-color: #044249;
}
</style>
border-color css
<style>
span { border-color: #044249; }
span { border-color: rgb(4,66,73); }
td.TdClassName
{
border-color: #044249;
}
.TagClassName
{
border-color: #044249;
}
</style>