Shades of Sherpa Blue #04404F
Tints of Sherpa Blue #04404F
RGB
CMYK
RGB Variations
Color information
#04404F (or 0x04404F) is known color: Sherpa Blue. HEX triplet: 04, 40 and 4F. RGB value is (4,64,79). Sum of RGB (Red+Green+Blue) = 4+64+79=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #04404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04404F is #FBBFB0. Grayscale: #2F2F2F. Windows color (decimal): -16498609 or 5193732. OLE color: 5193732.
HSL color Cylindrical-coordinate representation of color #04404F: hue angle of 192º 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 #04404F is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 64 | 79 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.69 |
| HSL | 192º | 0.9% | 0.16% | - |
| HSV(B) | 192º | 0.95% | 0.31% | - |
| XYZ | 3.29 | 4.26 | 8.05 | - |
| YUV | 47.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 79 | 0.95 | 0.19 | 0 | 0.69 | 192 | 0.9 | 0.16 |
| Hex | 4 | 40 | 4F | 5F | 13 | 0 | 45 | C0 | 5A | 10 |
| Octal | 4 | 100 | 117 | 137 | 23 | 0 | 105 | 300 | 132 | 20 |
| Binary | 100 | 1000000 | 1001111 | 1011111 | 10011 | 0 | 1000101 | 11000000 | 1011010 | 10000 |
Color Harmonies of #04404F
Complementary color
Monochromatic Colors of #04404F
Black with #04404F
Text Example
Text Example
White with #04404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04404F; }
p { color: rgb(4,64,79); }
H1.HeaderClassName
{
color: #04404F;
}
.AnyTagClassName
{
color: #04404F;
}
</style>
background-color css
<style>
a { background-color: #04404F; }
a { background-color: rgb(4,64,79); }
div.DivClassName
{
background-color: #04404F;
}
.BgClassName
{
background-color: #04404F;
}
</style>
border-color css
<style>
span { border-color: #04404F; }
span { border-color: rgb(4,64,79); }
td.TdClassName
{
border-color: #04404F;
}
.TagClassName
{
border-color: #04404F;
}
</style>