Shades of Sherpa Blue #04424E
Tints of Sherpa Blue #04424E
RGB
CMYK
RGB Variations
Color information
#04424E (or 0x04424E) is known color: Sherpa Blue. HEX triplet: 04, 42 and 4E. RGB value is (4,66,78). Sum of RGB (Red+Green+Blue) = 4+66+78=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #04424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04424E is #FBBDB1. Grayscale: #303030. Windows color (decimal): -16498098 or 5128708. OLE color: 5128708.
HSL color Cylindrical-coordinate representation of color #04424E: hue angle of 189.73º 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 #04424E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 66 | 78 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.69 |
| HSL | 189.73º | 0.9% | 0.16% | - |
| HSV(B) | 189.73º | 0.95% | 0.31% | - |
| XYZ | 3.37 | 4.47 | 7.89 | - |
| YUV | 48.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 78 | 0.95 | 0.15 | 0 | 0.69 | 189.73 | 0.9 | 0.16 |
| Hex | 4 | 42 | 4E | 5F | F | 0 | 45 | BE | 5A | 10 |
| Octal | 4 | 102 | 116 | 137 | 17 | 0 | 105 | 276 | 132 | 20 |
| Binary | 100 | 1000010 | 1001110 | 1011111 | 1111 | 0 | 1000101 | 10111110 | 1011010 | 10000 |
Color Harmonies of #04424E
Complementary color
Monochromatic Colors of #04424E
Black with #04424E
Text Example
Text Example
White with #04424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04424E; }
p { color: rgb(4,66,78); }
H1.HeaderClassName
{
color: #04424E;
}
.AnyTagClassName
{
color: #04424E;
}
</style>
background-color css
<style>
a { background-color: #04424E; }
a { background-color: rgb(4,66,78); }
div.DivClassName
{
background-color: #04424E;
}
.BgClassName
{
background-color: #04424E;
}
</style>
border-color css
<style>
span { border-color: #04424E; }
span { border-color: rgb(4,66,78); }
td.TdClassName
{
border-color: #04424E;
}
.TagClassName
{
border-color: #04424E;
}
</style>