Shades of Sherpa Blue #004646
Tints of Sherpa Blue #004646
RGB
CMYK
RGB Variations
Color information
#004646 (or 0x004646) is known color: Sherpa Blue. HEX triplet: 00, 46 and 46. RGB value is (0,70,70). Sum of RGB (Red+Green+Blue) = 0+70+70=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #004646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004646 is #FFB9B9. Grayscale: #313131. Windows color (decimal): -16759226 or 4605440. OLE color: 4605440.
HSL color Cylindrical-coordinate representation of color #004646: hue angle of 180º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004646 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 70 | - |
| CMYK | 1 | 0 | 0 | 0.73 |
| HSL | 180º | 1% | 0.14% | - |
| HSV(B) | 180º | 1% | 0.27% | - |
| XYZ | 3.3 | 4.82 | 6.55 | - |
| YUV | 49.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 70 | 1 | 0 | 0 | 0.73 | 180 | 1 | 0.14 |
| Hex | 0 | 46 | 46 | 64 | 0 | 0 | 49 | B4 | 64 | E |
| Octal | 0 | 106 | 106 | 144 | 0 | 0 | 111 | 264 | 144 | 16 |
| Binary | 0 | 1000110 | 1000110 | 1100100 | 0 | 0 | 1001001 | 10110100 | 1100100 | 1110 |
Color Harmonies of #004646
Complementary color
Monochromatic Colors of #004646
Black with #004646
Text Example
Text Example
White with #004646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004646; }
p { color: rgb(0,70,70); }
H1.HeaderClassName
{
color: #004646;
}
.AnyTagClassName
{
color: #004646;
}
</style>
background-color css
<style>
a { background-color: #004646; }
a { background-color: rgb(0,70,70); }
div.DivClassName
{
background-color: #004646;
}
.BgClassName
{
background-color: #004646;
}
</style>
border-color css
<style>
span { border-color: #004646; }
span { border-color: rgb(0,70,70); }
td.TdClassName
{
border-color: #004646;
}
.TagClassName
{
border-color: #004646;
}
</style>