Shades of Sherpa Blue #04415A
Tints of Sherpa Blue #04415A
RGB
CMYK
RGB Variations
Color information
#04415A (or 0x04415A) is known color: Sherpa Blue. HEX triplet: 04, 41 and 5A. RGB value is (4,65,90). Sum of RGB (Red+Green+Blue) = 4+65+90=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #04415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04415A is #FBBEA5. Grayscale: #313131. Windows color (decimal): -16498342 or 5914884. OLE color: 5914884.
HSL color Cylindrical-coordinate representation of color #04415A: hue angle of 197.44º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04415A is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 65 | 90 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.65 |
| HSL | 197.44º | 0.91% | 0.18% | - |
| HSV(B) | 197.44º | 0.96% | 0.35% | - |
| XYZ | 3.79 | 4.54 | 10.35 | - |
| YUV | 49.61 | 150.79 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 90 | 0.96 | 0.28 | 0 | 0.65 | 197.44 | 0.91 | 0.18 |
| Hex | 4 | 41 | 5A | 60 | 1C | 0 | 41 | C5 | 5B | 12 |
| Octal | 4 | 101 | 132 | 140 | 34 | 0 | 101 | 305 | 133 | 22 |
| Binary | 100 | 1000001 | 1011010 | 1100000 | 11100 | 0 | 1000001 | 11000101 | 1011011 | 10010 |
Color Harmonies of #04415A
Complementary color
Monochromatic Colors of #04415A
Black with #04415A
Text Example
Text Example
White with #04415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04415A; }
p { color: rgb(4,65,90); }
H1.HeaderClassName
{
color: #04415A;
}
.AnyTagClassName
{
color: #04415A;
}
</style>
background-color css
<style>
a { background-color: #04415A; }
a { background-color: rgb(4,65,90); }
div.DivClassName
{
background-color: #04415A;
}
.BgClassName
{
background-color: #04415A;
}
</style>
border-color css
<style>
span { border-color: #04415A; }
span { border-color: rgb(4,65,90); }
td.TdClassName
{
border-color: #04415A;
}
.TagClassName
{
border-color: #04415A;
}
</style>