Shades of Sherpa Blue #044F5D
Tints of Sherpa Blue #044F5D
RGB
CMYK
RGB Variations
Color information
#044F5D (or 0x044F5D) is known color: Sherpa Blue. HEX triplet: 04, 4F and 5D. RGB value is (4,79,93). Sum of RGB (Red+Green+Blue) = 4+79+93=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #044F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F5D is #FBB0A2. Grayscale: #3A3A3A. Windows color (decimal): -16494755 or 6115076. OLE color: 6115076.
HSL color Cylindrical-coordinate representation of color #044F5D: hue angle of 189.44º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044F5D is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 79 | 93 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.64 |
| HSL | 189.44º | 0.92% | 0.19% | - |
| HSV(B) | 189.44º | 0.96% | 0.36% | - |
| XYZ | 4.82 | 6.41 | 11.34 | - |
| YUV | 58.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 93 | 0.96 | 0.15 | 0 | 0.64 | 189.44 | 0.92 | 0.19 |
| Hex | 4 | 4F | 5D | 60 | F | 0 | 40 | BD | 5C | 13 |
| Octal | 4 | 117 | 135 | 140 | 17 | 0 | 100 | 275 | 134 | 23 |
| Binary | 100 | 1001111 | 1011101 | 1100000 | 1111 | 0 | 1000000 | 10111101 | 1011100 | 10011 |
Color Harmonies of #044F5D
Complementary color
Monochromatic Colors of #044F5D
Black with #044F5D
Text Example
Text Example
White with #044F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F5D; }
p { color: rgb(4,79,93); }
H1.HeaderClassName
{
color: #044F5D;
}
.AnyTagClassName
{
color: #044F5D;
}
</style>
background-color css
<style>
a { background-color: #044F5D; }
a { background-color: rgb(4,79,93); }
div.DivClassName
{
background-color: #044F5D;
}
.BgClassName
{
background-color: #044F5D;
}
</style>
border-color css
<style>
span { border-color: #044F5D; }
span { border-color: rgb(4,79,93); }
td.TdClassName
{
border-color: #044F5D;
}
.TagClassName
{
border-color: #044F5D;
}
</style>