Shades of Cyprus #064B49
Tints of Cyprus #064B49
RGB
CMYK
RGB Variations
Color information
#064B49 (or 0x064B49) is known color: Cyprus. HEX triplet: 06, 4B and 49. RGB value is (6,75,73). Sum of RGB (Red+Green+Blue) = 6+75+73=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #064B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B49 is #F9B4B6. Grayscale: #363636. Windows color (decimal): -16364727 or 4803334. OLE color: 4803334.
HSL color Cylindrical-coordinate representation of color #064B49: hue angle of 178.26º 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 #064B49 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 73 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.71 |
| HSL | 178.26º | 0.85% | 0.16% | - |
| HSV(B) | 178.26º | 0.92% | 0.29% | - |
| XYZ | 3.79 | 5.55 | 7.18 | - |
| YUV | 54.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 73 | 0.92 | 0 | 0.03 | 0.71 | 178.26 | 0.85 | 0.16 |
| Hex | 6 | 4B | 49 | 5C | 0 | 3 | 47 | B2 | 55 | 10 |
| Octal | 6 | 113 | 111 | 134 | 0 | 3 | 107 | 262 | 125 | 20 |
| Binary | 110 | 1001011 | 1001001 | 1011100 | 0 | 11 | 1000111 | 10110010 | 1010101 | 10000 |
Color Harmonies of #064B49
Complementary color
Monochromatic Colors of #064B49
Black with #064B49
Text Example
Text Example
White with #064B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B49; }
p { color: rgb(6,75,73); }
H1.HeaderClassName
{
color: #064B49;
}
.AnyTagClassName
{
color: #064B49;
}
</style>
background-color css
<style>
a { background-color: #064B49; }
a { background-color: rgb(6,75,73); }
div.DivClassName
{
background-color: #064B49;
}
.BgClassName
{
background-color: #064B49;
}
</style>
border-color css
<style>
span { border-color: #064B49; }
span { border-color: rgb(6,75,73); }
td.TdClassName
{
border-color: #064B49;
}
.TagClassName
{
border-color: #064B49;
}
</style>