Shades of Sherpa Blue #04445E
Tints of Sherpa Blue #04445E
RGB
CMYK
RGB Variations
Color information
#04445E (or 0x04445E) is known color: Sherpa Blue. HEX triplet: 04, 44 and 5E. RGB value is (4,68,94). Sum of RGB (Red+Green+Blue) = 4+68+94=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #04445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04445E is #FBBBA1. Grayscale: #333333. Windows color (decimal): -16497570 or 6177796. OLE color: 6177796.
HSL color Cylindrical-coordinate representation of color #04445E: hue angle of 197.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04445E is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 68 | 94 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.63 |
| HSL | 197.33º | 0.92% | 0.19% | - |
| HSV(B) | 197.33º | 0.96% | 0.37% | - |
| XYZ | 4.14 | 4.97 | 11.33 | - |
| YUV | 51.83 | 151.8 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 94 | 0.96 | 0.28 | 0 | 0.63 | 197.33 | 0.92 | 0.19 |
| Hex | 4 | 44 | 5E | 60 | 1C | 0 | 3F | C5 | 5C | 13 |
| Octal | 4 | 104 | 136 | 140 | 34 | 0 | 77 | 305 | 134 | 23 |
| Binary | 100 | 1000100 | 1011110 | 1100000 | 11100 | 0 | 111111 | 11000101 | 1011100 | 10011 |
Color Harmonies of #04445E
Complementary color
Monochromatic Colors of #04445E
Black with #04445E
Text Example
Text Example
White with #04445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04445E; }
p { color: rgb(4,68,94); }
H1.HeaderClassName
{
color: #04445E;
}
.AnyTagClassName
{
color: #04445E;
}
</style>
background-color css
<style>
a { background-color: #04445E; }
a { background-color: rgb(4,68,94); }
div.DivClassName
{
background-color: #04445E;
}
.BgClassName
{
background-color: #04445E;
}
</style>
border-color css
<style>
span { border-color: #04445E; }
span { border-color: rgb(4,68,94); }
td.TdClassName
{
border-color: #04445E;
}
.TagClassName
{
border-color: #04445E;
}
</style>