Shades of Sherpa Blue #04425B
Tints of Sherpa Blue #04425B
RGB
CMYK
RGB Variations
Color information
#04425B (or 0x04425B) is known color: Sherpa Blue. HEX triplet: 04, 42 and 5B. RGB value is (4,66,91). Sum of RGB (Red+Green+Blue) = 4+66+91=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #04425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04425B is #FBBDA4. Grayscale: #323232. Windows color (decimal): -16498085 or 5980676. OLE color: 5980676.
HSL color Cylindrical-coordinate representation of color #04425B: hue angle of 197.24º 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 #04425B is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 66 | 91 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.64 |
| HSL | 197.24º | 0.92% | 0.19% | - |
| HSV(B) | 197.24º | 0.96% | 0.36% | - |
| XYZ | 3.89 | 4.68 | 10.6 | - |
| YUV | 50.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 91 | 0.96 | 0.27 | 0 | 0.64 | 197.24 | 0.92 | 0.19 |
| Hex | 4 | 42 | 5B | 60 | 1B | 0 | 40 | C5 | 5C | 13 |
| Octal | 4 | 102 | 133 | 140 | 33 | 0 | 100 | 305 | 134 | 23 |
| Binary | 100 | 1000010 | 1011011 | 1100000 | 11011 | 0 | 1000000 | 11000101 | 1011100 | 10011 |
Color Harmonies of #04425B
Complementary color
Monochromatic Colors of #04425B
Black with #04425B
Text Example
Text Example
White with #04425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04425B; }
p { color: rgb(4,66,91); }
H1.HeaderClassName
{
color: #04425B;
}
.AnyTagClassName
{
color: #04425B;
}
</style>
background-color css
<style>
a { background-color: #04425B; }
a { background-color: rgb(4,66,91); }
div.DivClassName
{
background-color: #04425B;
}
.BgClassName
{
background-color: #04425B;
}
</style>
border-color css
<style>
span { border-color: #04425B; }
span { border-color: rgb(4,66,91); }
td.TdClassName
{
border-color: #04425B;
}
.TagClassName
{
border-color: #04425B;
}
</style>