Shades of Sherpa Blue #04445C
Tints of Sherpa Blue #04445C
RGB
CMYK
RGB Variations
Color information
#04445C (or 0x04445C) is known color: Sherpa Blue. HEX triplet: 04, 44 and 5C. RGB value is (4,68,92). Sum of RGB (Red+Green+Blue) = 4+68+92=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #04445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04445C is #FBBBA3. Grayscale: #333333. Windows color (decimal): -16497572 or 6046724. OLE color: 6046724.
HSL color Cylindrical-coordinate representation of color #04445C: hue angle of 196.36º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04445C is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 68 | 92 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.64 |
| HSL | 196.36º | 0.92% | 0.19% | - |
| HSV(B) | 196.36º | 0.96% | 0.36% | - |
| XYZ | 4.05 | 4.93 | 10.86 | - |
| YUV | 51.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 92 | 0.96 | 0.26 | 0 | 0.64 | 196.36 | 0.92 | 0.19 |
| Hex | 4 | 44 | 5C | 60 | 1A | 0 | 40 | C4 | 5C | 13 |
| Octal | 4 | 104 | 134 | 140 | 32 | 0 | 100 | 304 | 134 | 23 |
| Binary | 100 | 1000100 | 1011100 | 1100000 | 11010 | 0 | 1000000 | 11000100 | 1011100 | 10011 |
Color Harmonies of #04445C
Complementary color
Monochromatic Colors of #04445C
Black with #04445C
Text Example
Text Example
White with #04445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04445C; }
p { color: rgb(4,68,92); }
H1.HeaderClassName
{
color: #04445C;
}
.AnyTagClassName
{
color: #04445C;
}
</style>
background-color css
<style>
a { background-color: #04445C; }
a { background-color: rgb(4,68,92); }
div.DivClassName
{
background-color: #04445C;
}
.BgClassName
{
background-color: #04445C;
}
</style>
border-color css
<style>
span { border-color: #04445C; }
span { border-color: rgb(4,68,92); }
td.TdClassName
{
border-color: #04445C;
}
.TagClassName
{
border-color: #04445C;
}
</style>