Shades of Sherpa Blue #044455
Tints of Sherpa Blue #044455
RGB
CMYK
RGB Variations
Color information
#044455 (or 0x044455) is known color: Sherpa Blue. HEX triplet: 04, 44 and 55. RGB value is (4,68,85). Sum of RGB (Red+Green+Blue) = 4+68+85=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #044455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044455 is #FBBBAA. Grayscale: #323232. Windows color (decimal): -16497579 or 5587972. OLE color: 5587972.
HSL color Cylindrical-coordinate representation of color #044455: hue angle of 192.59º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044455 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 68 | 85 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.67 |
| HSL | 192.59º | 0.91% | 0.17% | - |
| HSV(B) | 192.59º | 0.95% | 0.33% | - |
| XYZ | 3.76 | 4.82 | 9.33 | - |
| YUV | 50.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 85 | 0.95 | 0.20 | 0 | 0.67 | 192.59 | 0.91 | 0.17 |
| Hex | 4 | 44 | 55 | 5F | 14 | 0 | 43 | C1 | 5B | 11 |
| Octal | 4 | 104 | 125 | 137 | 24 | 0 | 103 | 301 | 133 | 21 |
| Binary | 100 | 1000100 | 1010101 | 1011111 | 10100 | 0 | 1000011 | 11000001 | 1011011 | 10001 |
Color Harmonies of #044455
Complementary color
Monochromatic Colors of #044455
Black with #044455
Text Example
Text Example
White with #044455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044455; }
p { color: rgb(4,68,85); }
H1.HeaderClassName
{
color: #044455;
}
.AnyTagClassName
{
color: #044455;
}
</style>
background-color css
<style>
a { background-color: #044455; }
a { background-color: rgb(4,68,85); }
div.DivClassName
{
background-color: #044455;
}
.BgClassName
{
background-color: #044455;
}
</style>
border-color css
<style>
span { border-color: #044455; }
span { border-color: rgb(4,68,85); }
td.TdClassName
{
border-color: #044455;
}
.TagClassName
{
border-color: #044455;
}
</style>