Shades of Sherpa Blue #04445A
Tints of Sherpa Blue #04445A
RGB
CMYK
RGB Variations
Color information
#04445A (or 0x04445A) is known color: Sherpa Blue. HEX triplet: 04, 44 and 5A. RGB value is (4,68,90). Sum of RGB (Red+Green+Blue) = 4+68+90=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #04445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04445A is #FBBBA5. Grayscale: #333333. Windows color (decimal): -16497574 or 5915652. OLE color: 5915652.
HSL color Cylindrical-coordinate representation of color #04445A: hue angle of 195.35º 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 #04445A is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 68 | 90 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.65 |
| HSL | 195.35º | 0.91% | 0.18% | - |
| HSV(B) | 195.35º | 0.96% | 0.35% | - |
| XYZ | 3.96 | 4.9 | 10.41 | - |
| YUV | 51.37 | 149.8 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 90 | 0.96 | 0.24 | 0 | 0.65 | 195.35 | 0.91 | 0.18 |
| Hex | 4 | 44 | 5A | 60 | 18 | 0 | 41 | C3 | 5B | 12 |
| Octal | 4 | 104 | 132 | 140 | 30 | 0 | 101 | 303 | 133 | 22 |
| Binary | 100 | 1000100 | 1011010 | 1100000 | 11000 | 0 | 1000001 | 11000011 | 1011011 | 10010 |
Color Harmonies of #04445A
Complementary color
Monochromatic Colors of #04445A
Black with #04445A
Text Example
Text Example
White with #04445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04445A; }
p { color: rgb(4,68,90); }
H1.HeaderClassName
{
color: #04445A;
}
.AnyTagClassName
{
color: #04445A;
}
</style>
background-color css
<style>
a { background-color: #04445A; }
a { background-color: rgb(4,68,90); }
div.DivClassName
{
background-color: #04445A;
}
.BgClassName
{
background-color: #04445A;
}
</style>
border-color css
<style>
span { border-color: #04445A; }
span { border-color: rgb(4,68,90); }
td.TdClassName
{
border-color: #04445A;
}
.TagClassName
{
border-color: #04445A;
}
</style>