Shades of Sherpa Blue #044954
Tints of Sherpa Blue #044954
RGB
CMYK
RGB Variations
Color information
#044954 (or 0x044954) is known color: Sherpa Blue. HEX triplet: 04, 49 and 54. RGB value is (4,73,84). Sum of RGB (Red+Green+Blue) = 4+73+84=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #044954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044954 is #FBB6AB. Grayscale: #353535. Windows color (decimal): -16496300 or 5523716. OLE color: 5523716.
HSL color Cylindrical-coordinate representation of color #044954: hue angle of 188.25º 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 #044954 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 73 | 84 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.67 |
| HSL | 188.25º | 0.91% | 0.17% | - |
| HSV(B) | 188.25º | 0.95% | 0.33% | - |
| XYZ | 4.03 | 5.43 | 9.22 | - |
| YUV | 53.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 84 | 0.95 | 0.13 | 0 | 0.67 | 188.25 | 0.91 | 0.17 |
| Hex | 4 | 49 | 54 | 5F | D | 0 | 43 | BC | 5B | 11 |
| Octal | 4 | 111 | 124 | 137 | 15 | 0 | 103 | 274 | 133 | 21 |
| Binary | 100 | 1001001 | 1010100 | 1011111 | 1101 | 0 | 1000011 | 10111100 | 1011011 | 10001 |
Color Harmonies of #044954
Complementary color
Monochromatic Colors of #044954
Black with #044954
Text Example
Text Example
White with #044954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044954; }
p { color: rgb(4,73,84); }
H1.HeaderClassName
{
color: #044954;
}
.AnyTagClassName
{
color: #044954;
}
</style>
background-color css
<style>
a { background-color: #044954; }
a { background-color: rgb(4,73,84); }
div.DivClassName
{
background-color: #044954;
}
.BgClassName
{
background-color: #044954;
}
</style>
border-color css
<style>
span { border-color: #044954; }
span { border-color: rgb(4,73,84); }
td.TdClassName
{
border-color: #044954;
}
.TagClassName
{
border-color: #044954;
}
</style>