Shades of Sherpa Blue #064A49
Tints of Sherpa Blue #064A49
RGB
CMYK
RGB Variations
Color information
#064A49 (or 0x064A49) is known color: Sherpa Blue. HEX triplet: 06, 4A and 49. RGB value is (6,74,73). Sum of RGB (Red+Green+Blue) = 6+74+73=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 74 - color contains mainly: green. Hex color #064A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A49 is #F9B5B6. Grayscale: #353535. Windows color (decimal): -16364983 or 4803078. OLE color: 4803078.
HSL color Cylindrical-coordinate representation of color #064A49: hue angle of 179.12º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A49 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 73 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.71 |
| HSL | 179.12º | 0.85% | 0.16% | - |
| HSV(B) | 179.12º | 0.92% | 0.29% | - |
| XYZ | 3.73 | 5.42 | 7.15 | - |
| YUV | 53.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 73 | 0.92 | 0 | 0.01 | 0.71 | 179.12 | 0.85 | 0.16 |
| Hex | 6 | 4A | 49 | 5C | 0 | 1 | 47 | B3 | 55 | 10 |
| Octal | 6 | 112 | 111 | 134 | 0 | 1 | 107 | 263 | 125 | 20 |
| Binary | 110 | 1001010 | 1001001 | 1011100 | 0 | 1 | 1000111 | 10110011 | 1010101 | 10000 |
Color Harmonies of #064A49
Complementary color
Monochromatic Colors of #064A49
Black with #064A49
Text Example
Text Example
White with #064A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A49; }
p { color: rgb(6,74,73); }
H1.HeaderClassName
{
color: #064A49;
}
.AnyTagClassName
{
color: #064A49;
}
</style>
background-color css
<style>
a { background-color: #064A49; }
a { background-color: rgb(6,74,73); }
div.DivClassName
{
background-color: #064A49;
}
.BgClassName
{
background-color: #064A49;
}
</style>
border-color css
<style>
span { border-color: #064A49; }
span { border-color: rgb(6,74,73); }
td.TdClassName
{
border-color: #064A49;
}
.TagClassName
{
border-color: #064A49;
}
</style>