Shades of Sherpa Blue #045060
Tints of Sherpa Blue #045060
RGB
CMYK
RGB Variations
Color information
#045060 (or 0x045060) is known color: Sherpa Blue. HEX triplet: 04, 50 and 60. RGB value is (4,80,96). Sum of RGB (Red+Green+Blue) = 4+80+96=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #045060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045060 is #FBAF9F. Grayscale: #3A3A3A. Windows color (decimal): -16494496 or 6311940. OLE color: 6311940.
HSL color Cylindrical-coordinate representation of color #045060: hue angle of 190.43º 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 #045060 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 80 | 96 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.62 |
| HSL | 190.43º | 0.92% | 0.2% | - |
| HSV(B) | 190.43º | 0.96% | 0.38% | - |
| XYZ | 5.03 | 6.61 | 12.08 | - |
| YUV | 59.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 96 | 0.96 | 0.17 | 0 | 0.62 | 190.43 | 0.92 | 0.2 |
| Hex | 4 | 50 | 60 | 60 | 11 | 0 | 3E | BE | 5C | 14 |
| Octal | 4 | 120 | 140 | 140 | 21 | 0 | 76 | 276 | 134 | 24 |
| Binary | 100 | 1010000 | 1100000 | 1100000 | 10001 | 0 | 111110 | 10111110 | 1011100 | 10100 |
Color Harmonies of #045060
Complementary color
Monochromatic Colors of #045060
Black with #045060
Text Example
Text Example
White with #045060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045060; }
p { color: rgb(4,80,96); }
H1.HeaderClassName
{
color: #045060;
}
.AnyTagClassName
{
color: #045060;
}
</style>
background-color css
<style>
a { background-color: #045060; }
a { background-color: rgb(4,80,96); }
div.DivClassName
{
background-color: #045060;
}
.BgClassName
{
background-color: #045060;
}
</style>
border-color css
<style>
span { border-color: #045060; }
span { border-color: rgb(4,80,96); }
td.TdClassName
{
border-color: #045060;
}
.TagClassName
{
border-color: #045060;
}
</style>