Shades of Sherpa Blue #044A57
Tints of Sherpa Blue #044A57
RGB
CMYK
RGB Variations
Color information
#044A57 (or 0x044A57) is known color: Sherpa Blue. HEX triplet: 04, 4A and 57. RGB value is (4,74,87). Sum of RGB (Red+Green+Blue) = 4+74+87=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #044A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A57 is #FBB5A8. Grayscale: #363636. Windows color (decimal): -16496041 or 5720580. OLE color: 5720580.
HSL color Cylindrical-coordinate representation of color #044A57: hue angle of 189.4º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A57 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 74 | 87 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.66 |
| HSL | 189.4º | 0.91% | 0.18% | - |
| HSV(B) | 189.4º | 0.95% | 0.34% | - |
| XYZ | 4.22 | 5.61 | 9.88 | - |
| YUV | 54.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 87 | 0.95 | 0.15 | 0 | 0.66 | 189.4 | 0.91 | 0.18 |
| Hex | 4 | 4A | 57 | 5F | F | 0 | 42 | BD | 5B | 12 |
| Octal | 4 | 112 | 127 | 137 | 17 | 0 | 102 | 275 | 133 | 22 |
| Binary | 100 | 1001010 | 1010111 | 1011111 | 1111 | 0 | 1000010 | 10111101 | 1011011 | 10010 |
Color Harmonies of #044A57
Complementary color
Monochromatic Colors of #044A57
Black with #044A57
Text Example
Text Example
White with #044A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A57; }
p { color: rgb(4,74,87); }
H1.HeaderClassName
{
color: #044A57;
}
.AnyTagClassName
{
color: #044A57;
}
</style>
background-color css
<style>
a { background-color: #044A57; }
a { background-color: rgb(4,74,87); }
div.DivClassName
{
background-color: #044A57;
}
.BgClassName
{
background-color: #044A57;
}
</style>
border-color css
<style>
span { border-color: #044A57; }
span { border-color: rgb(4,74,87); }
td.TdClassName
{
border-color: #044A57;
}
.TagClassName
{
border-color: #044A57;
}
</style>