Shades of Cyprus #0A4647
Tints of Cyprus #0A4647
RGB
CMYK
RGB Variations
Color information
#0A4647 (or 0x0A4647) is known color: Cyprus. HEX triplet: 0A, 46 and 47. RGB value is (10,70,71). Sum of RGB (Red+Green+Blue) = 10+70+71=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A4647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4647 is #F5B9B8. Grayscale: #343434. Windows color (decimal): -16103865 or 4670986. OLE color: 4670986.
HSL color Cylindrical-coordinate representation of color #0A4647: hue angle of 180.98º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4647 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 70 | 71 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.72 |
| HSL | 180.98º | 0.75% | 0.16% | - |
| HSV(B) | 180.98º | 0.86% | 0.28% | - |
| XYZ | 3.45 | 4.9 | 6.73 | - |
| YUV | 52.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 71 | 0.86 | 0.01 | 0 | 0.72 | 180.98 | 0.75 | 0.16 |
| Hex | A | 46 | 47 | 56 | 1 | 0 | 48 | B5 | 4B | 10 |
| Octal | 12 | 106 | 107 | 126 | 1 | 0 | 110 | 265 | 113 | 20 |
| Binary | 1010 | 1000110 | 1000111 | 1010110 | 1 | 0 | 1001000 | 10110101 | 1001011 | 10000 |
Color Harmonies of #0A4647
Complementary color
Monochromatic Colors of #0A4647
Black with #0A4647
Text Example
Text Example
White with #0A4647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4647; }
p { color: rgb(10,70,71); }
H1.HeaderClassName
{
color: #0A4647;
}
.AnyTagClassName
{
color: #0A4647;
}
</style>
background-color css
<style>
a { background-color: #0A4647; }
a { background-color: rgb(10,70,71); }
div.DivClassName
{
background-color: #0A4647;
}
.BgClassName
{
background-color: #0A4647;
}
</style>
border-color css
<style>
span { border-color: #0A4647; }
span { border-color: rgb(10,70,71); }
td.TdClassName
{
border-color: #0A4647;
}
.TagClassName
{
border-color: #0A4647;
}
</style>