Shades of Sherpa Blue #004655
Tints of Sherpa Blue #004655
RGB
CMYK
RGB Variations
Color information
#004655 (or 0x004655) is known color: Sherpa Blue. HEX triplet: 00, 46 and 55. RGB value is (0,70,85). Sum of RGB (Red+Green+Blue) = 0+70+85=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #004655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004655 is #FFB9AA. Grayscale: #323232. Windows color (decimal): -16759211 or 5588480. OLE color: 5588480.
HSL color Cylindrical-coordinate representation of color #004655: hue angle of 190.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004655 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 70 | 85 | - |
| CMYK | 1 | 0.18 | 0 | 0.67 |
| HSL | 190.59º | 1% | 0.17% | - |
| HSV(B) | 190.59º | 1% | 0.33% | - |
| XYZ | 3.83 | 5.04 | 9.36 | - |
| YUV | 50.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 85 | 1 | 0.18 | 0 | 0.67 | 190.59 | 1 | 0.17 |
| Hex | 0 | 46 | 55 | 64 | 12 | 0 | 43 | BF | 64 | 11 |
| Octal | 0 | 106 | 125 | 144 | 22 | 0 | 103 | 277 | 144 | 21 |
| Binary | 0 | 1000110 | 1010101 | 1100100 | 10010 | 0 | 1000011 | 10111111 | 1100100 | 10001 |
Color Harmonies of #004655
Complementary color
Monochromatic Colors of #004655
Black with #004655
Text Example
Text Example
White with #004655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004655; }
p { color: rgb(0,70,85); }
H1.HeaderClassName
{
color: #004655;
}
.AnyTagClassName
{
color: #004655;
}
</style>
background-color css
<style>
a { background-color: #004655; }
a { background-color: rgb(0,70,85); }
div.DivClassName
{
background-color: #004655;
}
.BgClassName
{
background-color: #004655;
}
</style>
border-color css
<style>
span { border-color: #004655; }
span { border-color: rgb(0,70,85); }
td.TdClassName
{
border-color: #004655;
}
.TagClassName
{
border-color: #004655;
}
</style>