Shades of Sherpa Blue #045049
Tints of Sherpa Blue #045049
RGB
CMYK
RGB Variations
Color information
#045049 (or 0x045049) is known color: Sherpa Blue. HEX triplet: 04, 50 and 49. RGB value is (4,80,73). Sum of RGB (Red+Green+Blue) = 4+80+73=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #045049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045049 is #FBAFB6. Grayscale: #383838. Windows color (decimal): -16494519 or 4804612. OLE color: 4804612.
HSL color Cylindrical-coordinate representation of color #045049: hue angle of 174.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045049 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 73 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.69 |
| HSL | 174.47º | 0.9% | 0.16% | - |
| HSV(B) | 174.47º | 0.95% | 0.31% | - |
| XYZ | 4.12 | 6.24 | 7.29 | - |
| YUV | 56.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 73 | 0.95 | 0 | 0.09 | 0.69 | 174.47 | 0.9 | 0.16 |
| Hex | 4 | 50 | 49 | 5F | 0 | 9 | 45 | AE | 5A | 10 |
| Octal | 4 | 120 | 111 | 137 | 0 | 11 | 105 | 256 | 132 | 20 |
| Binary | 100 | 1010000 | 1001001 | 1011111 | 0 | 1001 | 1000101 | 10101110 | 1011010 | 10000 |
Color Harmonies of #045049
Complementary color
Monochromatic Colors of #045049
Black with #045049
Text Example
Text Example
White with #045049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045049; }
p { color: rgb(4,80,73); }
H1.HeaderClassName
{
color: #045049;
}
.AnyTagClassName
{
color: #045049;
}
</style>
background-color css
<style>
a { background-color: #045049; }
a { background-color: rgb(4,80,73); }
div.DivClassName
{
background-color: #045049;
}
.BgClassName
{
background-color: #045049;
}
</style>
border-color css
<style>
span { border-color: #045049; }
span { border-color: rgb(4,80,73); }
td.TdClassName
{
border-color: #045049;
}
.TagClassName
{
border-color: #045049;
}
</style>