Shades of Cyprus #0A4749
Tints of Cyprus #0A4749
RGB
CMYK
RGB Variations
Color information
#0A4749 (or 0x0A4749) is known color: Cyprus. HEX triplet: 0A, 47 and 49. RGB value is (10,71,73). Sum of RGB (Red+Green+Blue) = 10+71+73=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A4749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4749 is #F5B8B6. Grayscale: #343434. Windows color (decimal): -16103607 or 4802314. OLE color: 4802314.
HSL color Cylindrical-coordinate representation of color #0A4749: hue angle of 181.9º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4749 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 71 | 73 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.71 |
| HSL | 181.9º | 0.76% | 0.16% | - |
| HSV(B) | 181.9º | 0.86% | 0.29% | - |
| XYZ | 3.58 | 5.05 | 7.09 | - |
| YUV | 52.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 73 | 0.86 | 0.03 | 0 | 0.71 | 181.9 | 0.76 | 0.16 |
| Hex | A | 47 | 49 | 56 | 3 | 0 | 47 | B6 | 4C | 10 |
| Octal | 12 | 107 | 111 | 126 | 3 | 0 | 107 | 266 | 114 | 20 |
| Binary | 1010 | 1000111 | 1001001 | 1010110 | 11 | 0 | 1000111 | 10110110 | 1001100 | 10000 |
Color Harmonies of #0A4749
Complementary color
Monochromatic Colors of #0A4749
Black with #0A4749
Text Example
Text Example
White with #0A4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4749; }
p { color: rgb(10,71,73); }
H1.HeaderClassName
{
color: #0A4749;
}
.AnyTagClassName
{
color: #0A4749;
}
</style>
background-color css
<style>
a { background-color: #0A4749; }
a { background-color: rgb(10,71,73); }
div.DivClassName
{
background-color: #0A4749;
}
.BgClassName
{
background-color: #0A4749;
}
</style>
border-color css
<style>
span { border-color: #0A4749; }
span { border-color: rgb(10,71,73); }
td.TdClassName
{
border-color: #0A4749;
}
.TagClassName
{
border-color: #0A4749;
}
</style>