Shades of Sherpa Blue #044A5C
Tints of Sherpa Blue #044A5C
RGB
CMYK
RGB Variations
Color information
#044A5C (or 0x044A5C) is known color: Sherpa Blue. HEX triplet: 04, 4A and 5C. RGB value is (4,74,92). Sum of RGB (Red+Green+Blue) = 4+74+92=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #044A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A5C is #FBB5A3. Grayscale: #363636. Windows color (decimal): -16496036 or 6048260. OLE color: 6048260.
HSL color Cylindrical-coordinate representation of color #044A5C: hue angle of 192.27º 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 #044A5C is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 74 | 92 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.64 |
| HSL | 192.27º | 0.92% | 0.19% | - |
| HSV(B) | 192.27º | 0.96% | 0.36% | - |
| XYZ | 4.43 | 5.7 | 10.99 | - |
| YUV | 55.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 92 | 0.96 | 0.20 | 0 | 0.64 | 192.27 | 0.92 | 0.19 |
| Hex | 4 | 4A | 5C | 60 | 14 | 0 | 40 | C0 | 5C | 13 |
| Octal | 4 | 112 | 134 | 140 | 24 | 0 | 100 | 300 | 134 | 23 |
| Binary | 100 | 1001010 | 1011100 | 1100000 | 10100 | 0 | 1000000 | 11000000 | 1011100 | 10011 |
Color Harmonies of #044A5C
Complementary color
Monochromatic Colors of #044A5C
Black with #044A5C
Text Example
Text Example
White with #044A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A5C; }
p { color: rgb(4,74,92); }
H1.HeaderClassName
{
color: #044A5C;
}
.AnyTagClassName
{
color: #044A5C;
}
</style>
background-color css
<style>
a { background-color: #044A5C; }
a { background-color: rgb(4,74,92); }
div.DivClassName
{
background-color: #044A5C;
}
.BgClassName
{
background-color: #044A5C;
}
</style>
border-color css
<style>
span { border-color: #044A5C; }
span { border-color: rgb(4,74,92); }
td.TdClassName
{
border-color: #044A5C;
}
.TagClassName
{
border-color: #044A5C;
}
</style>