Shades of Cyprus #09484A
Tints of Cyprus #09484A
RGB
CMYK
RGB Variations
Color information
#09484A (or 0x09484A) is known color: Cyprus. HEX triplet: 09, 48 and 4A. RGB value is (9,72,74). Sum of RGB (Red+Green+Blue) = 9+72+74=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #09484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09484A is #F6B7B5. Grayscale: #353535. Windows color (decimal): -16168886 or 4868105. OLE color: 4868105.
HSL color Cylindrical-coordinate representation of color #09484A: hue angle of 181.85º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09484A is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 72 | 74 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.71 |
| HSL | 181.85º | 0.78% | 0.16% | - |
| HSV(B) | 181.85º | 0.88% | 0.29% | - |
| XYZ | 3.67 | 5.19 | 7.29 | - |
| YUV | 53.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 74 | 0.88 | 0.03 | 0 | 0.71 | 181.85 | 0.78 | 0.16 |
| Hex | 9 | 48 | 4A | 58 | 3 | 0 | 47 | B6 | 4E | 10 |
| Octal | 11 | 110 | 112 | 130 | 3 | 0 | 107 | 266 | 116 | 20 |
| Binary | 1001 | 1001000 | 1001010 | 1011000 | 11 | 0 | 1000111 | 10110110 | 1001110 | 10000 |
Color Harmonies of #09484A
Complementary color
Monochromatic Colors of #09484A
Black with #09484A
Text Example
Text Example
White with #09484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09484A; }
p { color: rgb(9,72,74); }
H1.HeaderClassName
{
color: #09484A;
}
.AnyTagClassName
{
color: #09484A;
}
</style>
background-color css
<style>
a { background-color: #09484A; }
a { background-color: rgb(9,72,74); }
div.DivClassName
{
background-color: #09484A;
}
.BgClassName
{
background-color: #09484A;
}
</style>
border-color css
<style>
span { border-color: #09484A; }
span { border-color: rgb(9,72,74); }
td.TdClassName
{
border-color: #09484A;
}
.TagClassName
{
border-color: #09484A;
}
</style>