Shades of Sherpa Blue #064A4D
Tints of Sherpa Blue #064A4D
RGB
CMYK
RGB Variations
Color information
#064A4D (or 0x064A4D) is known color: Sherpa Blue. HEX triplet: 06, 4A and 4D. RGB value is (6,74,77). Sum of RGB (Red+Green+Blue) = 6+74+77=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #064A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A4D is #F9B5B2. Grayscale: #353535. Windows color (decimal): -16364979 or 5065222. OLE color: 5065222.
HSL color Cylindrical-coordinate representation of color #064A4D: hue angle of 182.54º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A4D is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 74 | 77 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.70 |
| HSL | 182.54º | 0.86% | 0.16% | - |
| HSV(B) | 182.54º | 0.92% | 0.3% | - |
| XYZ | 3.86 | 5.47 | 7.87 | - |
| YUV | 54.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 77 | 0.92 | 0.04 | 0 | 0.70 | 182.54 | 0.86 | 0.16 |
| Hex | 6 | 4A | 4D | 5C | 4 | 0 | 46 | B7 | 56 | 10 |
| Octal | 6 | 112 | 115 | 134 | 4 | 0 | 106 | 267 | 126 | 20 |
| Binary | 110 | 1001010 | 1001101 | 1011100 | 100 | 0 | 1000110 | 10110111 | 1010110 | 10000 |
Color Harmonies of #064A4D
Complementary color
Monochromatic Colors of #064A4D
Black with #064A4D
Text Example
Text Example
White with #064A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A4D; }
p { color: rgb(6,74,77); }
H1.HeaderClassName
{
color: #064A4D;
}
.AnyTagClassName
{
color: #064A4D;
}
</style>
background-color css
<style>
a { background-color: #064A4D; }
a { background-color: rgb(6,74,77); }
div.DivClassName
{
background-color: #064A4D;
}
.BgClassName
{
background-color: #064A4D;
}
</style>
border-color css
<style>
span { border-color: #064A4D; }
span { border-color: rgb(6,74,77); }
td.TdClassName
{
border-color: #064A4D;
}
.TagClassName
{
border-color: #064A4D;
}
</style>