Shades of Sherpa Blue #064A4E
Tints of Sherpa Blue #064A4E
RGB
CMYK
RGB Variations
Color information
#064A4E (or 0x064A4E) is known color: Sherpa Blue. HEX triplet: 06, 4A and 4E. RGB value is (6,74,78). Sum of RGB (Red+Green+Blue) = 6+74+78=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #064A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A4E is #F9B5B1. Grayscale: #363636. Windows color (decimal): -16364978 or 5130758. OLE color: 5130758.
HSL color Cylindrical-coordinate representation of color #064A4E: hue angle of 183.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A4E is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 74 | 78 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.69 |
| HSL | 183.33º | 0.86% | 0.16% | - |
| HSV(B) | 183.33º | 0.92% | 0.31% | - |
| XYZ | 3.9 | 5.49 | 8.06 | - |
| YUV | 54.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 78 | 0.92 | 0.05 | 0 | 0.69 | 183.33 | 0.86 | 0.16 |
| Hex | 6 | 4A | 4E | 5C | 5 | 0 | 45 | B7 | 56 | 10 |
| Octal | 6 | 112 | 116 | 134 | 5 | 0 | 105 | 267 | 126 | 20 |
| Binary | 110 | 1001010 | 1001110 | 1011100 | 101 | 0 | 1000101 | 10110111 | 1010110 | 10000 |
Color Harmonies of #064A4E
Complementary color
Monochromatic Colors of #064A4E
Black with #064A4E
Text Example
Text Example
White with #064A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A4E; }
p { color: rgb(6,74,78); }
H1.HeaderClassName
{
color: #064A4E;
}
.AnyTagClassName
{
color: #064A4E;
}
</style>
background-color css
<style>
a { background-color: #064A4E; }
a { background-color: rgb(6,74,78); }
div.DivClassName
{
background-color: #064A4E;
}
.BgClassName
{
background-color: #064A4E;
}
</style>
border-color css
<style>
span { border-color: #064A4E; }
span { border-color: rgb(6,74,78); }
td.TdClassName
{
border-color: #064A4E;
}
.TagClassName
{
border-color: #064A4E;
}
</style>