Shades of Sherpa Blue #04464D
Tints of Sherpa Blue #04464D
RGB
CMYK
RGB Variations
Color information
#04464D (or 0x04464D) is known color: Sherpa Blue. HEX triplet: 04, 46 and 4D. RGB value is (4,70,77). Sum of RGB (Red+Green+Blue) = 4+70+77=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #04464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04464D is #FBB9B2. Grayscale: #323232. Windows color (decimal): -16497075 or 5064196. OLE color: 5064196.
HSL color Cylindrical-coordinate representation of color #04464D: hue angle of 185.75º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04464D is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 70 | 77 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.70 |
| HSL | 185.75º | 0.9% | 0.16% | - |
| HSV(B) | 185.75º | 0.95% | 0.3% | - |
| XYZ | 3.58 | 4.94 | 7.79 | - |
| YUV | 51.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 77 | 0.95 | 0.09 | 0 | 0.70 | 185.75 | 0.9 | 0.16 |
| Hex | 4 | 46 | 4D | 5F | 9 | 0 | 46 | BA | 5A | 10 |
| Octal | 4 | 106 | 115 | 137 | 11 | 0 | 106 | 272 | 132 | 20 |
| Binary | 100 | 1000110 | 1001101 | 1011111 | 1001 | 0 | 1000110 | 10111010 | 1011010 | 10000 |
Color Harmonies of #04464D
Complementary color
Monochromatic Colors of #04464D
Black with #04464D
Text Example
Text Example
White with #04464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04464D; }
p { color: rgb(4,70,77); }
H1.HeaderClassName
{
color: #04464D;
}
.AnyTagClassName
{
color: #04464D;
}
</style>
background-color css
<style>
a { background-color: #04464D; }
a { background-color: rgb(4,70,77); }
div.DivClassName
{
background-color: #04464D;
}
.BgClassName
{
background-color: #04464D;
}
</style>
border-color css
<style>
span { border-color: #04464D; }
span { border-color: rgb(4,70,77); }
td.TdClassName
{
border-color: #04464D;
}
.TagClassName
{
border-color: #04464D;
}
</style>