Shades of Sherpa Blue #044A62
Tints of Sherpa Blue #044A62
RGB
CMYK
RGB Variations
Color information
#044A62 (or 0x044A62) is known color: Sherpa Blue. HEX triplet: 04, 4A and 62. RGB value is (4,74,98). Sum of RGB (Red+Green+Blue) = 4+74+98=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #044A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A62 is #FBB59D. Grayscale: #373737. Windows color (decimal): -16496030 or 6441476. OLE color: 6441476.
HSL color Cylindrical-coordinate representation of color #044A62: hue angle of 195.32º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044A62 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 74 | 98 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.62 |
| HSL | 195.32º | 0.92% | 0.2% | - |
| HSV(B) | 195.32º | 0.96% | 0.38% | - |
| XYZ | 4.7 | 5.81 | 12.43 | - |
| YUV | 55.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 98 | 0.96 | 0.24 | 0 | 0.62 | 195.32 | 0.92 | 0.2 |
| Hex | 4 | 4A | 62 | 60 | 18 | 0 | 3E | C3 | 5C | 14 |
| Octal | 4 | 112 | 142 | 140 | 30 | 0 | 76 | 303 | 134 | 24 |
| Binary | 100 | 1001010 | 1100010 | 1100000 | 11000 | 0 | 111110 | 11000011 | 1011100 | 10100 |
Color Harmonies of #044A62
Complementary color
Monochromatic Colors of #044A62
Black with #044A62
Text Example
Text Example
White with #044A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A62; }
p { color: rgb(4,74,98); }
H1.HeaderClassName
{
color: #044A62;
}
.AnyTagClassName
{
color: #044A62;
}
</style>
background-color css
<style>
a { background-color: #044A62; }
a { background-color: rgb(4,74,98); }
div.DivClassName
{
background-color: #044A62;
}
.BgClassName
{
background-color: #044A62;
}
</style>
border-color css
<style>
span { border-color: #044A62; }
span { border-color: rgb(4,74,98); }
td.TdClassName
{
border-color: #044A62;
}
.TagClassName
{
border-color: #044A62;
}
</style>