Shades of Sherpa Blue #064B4F
Tints of Sherpa Blue #064B4F
RGB
CMYK
RGB Variations
Color information
#064B4F (or 0x064B4F) is known color: Sherpa Blue. HEX triplet: 06, 4B and 4F. RGB value is (6,75,79). Sum of RGB (Red+Green+Blue) = 6+75+79=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #064B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B4F is #F9B4B0. Grayscale: #363636. Windows color (decimal): -16364721 or 5196550. OLE color: 5196550.
HSL color Cylindrical-coordinate representation of color #064B4F: hue angle of 183.29º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B4F is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 75 | 79 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.69 |
| HSL | 183.29º | 0.86% | 0.17% | - |
| HSV(B) | 183.29º | 0.92% | 0.31% | - |
| XYZ | 4 | 5.64 | 8.27 | - |
| YUV | 54.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 79 | 0.92 | 0.05 | 0 | 0.69 | 183.29 | 0.86 | 0.17 |
| Hex | 6 | 4B | 4F | 5C | 5 | 0 | 45 | B7 | 56 | 11 |
| Octal | 6 | 113 | 117 | 134 | 5 | 0 | 105 | 267 | 126 | 21 |
| Binary | 110 | 1001011 | 1001111 | 1011100 | 101 | 0 | 1000101 | 10110111 | 1010110 | 10001 |
Color Harmonies of #064B4F
Complementary color
Monochromatic Colors of #064B4F
Black with #064B4F
Text Example
Text Example
White with #064B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B4F; }
p { color: rgb(6,75,79); }
H1.HeaderClassName
{
color: #064B4F;
}
.AnyTagClassName
{
color: #064B4F;
}
</style>
background-color css
<style>
a { background-color: #064B4F; }
a { background-color: rgb(6,75,79); }
div.DivClassName
{
background-color: #064B4F;
}
.BgClassName
{
background-color: #064B4F;
}
</style>
border-color css
<style>
span { border-color: #064B4F; }
span { border-color: rgb(6,75,79); }
td.TdClassName
{
border-color: #064B4F;
}
.TagClassName
{
border-color: #064B4F;
}
</style>