Shades of Cyprus #094A4B
Tints of Cyprus #094A4B
RGB
CMYK
RGB Variations
Color information
#094A4B (or 0x094A4B) is known color: Cyprus. HEX triplet: 09, 4A and 4B. RGB value is (9,74,75). Sum of RGB (Red+Green+Blue) = 9+74+75=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #094A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A4B is #F6B5B4. Grayscale: #363636. Windows color (decimal): -16168373 or 4934153. OLE color: 4934153.
HSL color Cylindrical-coordinate representation of color #094A4B: hue angle of 180.91º degrees, saturation: 0.79, 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 #094A4B is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 74 | 75 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.71 |
| HSL | 180.91º | 0.79% | 0.16% | - |
| HSV(B) | 180.91º | 0.88% | 0.29% | - |
| XYZ | 3.83 | 5.46 | 7.51 | - |
| YUV | 54.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 75 | 0.88 | 0.01 | 0 | 0.71 | 180.91 | 0.79 | 0.16 |
| Hex | 9 | 4A | 4B | 58 | 1 | 0 | 47 | B5 | 4F | 10 |
| Octal | 11 | 112 | 113 | 130 | 1 | 0 | 107 | 265 | 117 | 20 |
| Binary | 1001 | 1001010 | 1001011 | 1011000 | 1 | 0 | 1000111 | 10110101 | 1001111 | 10000 |
Color Harmonies of #094A4B
Complementary color
Monochromatic Colors of #094A4B
Black with #094A4B
Text Example
Text Example
White with #094A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A4B; }
p { color: rgb(9,74,75); }
H1.HeaderClassName
{
color: #094A4B;
}
.AnyTagClassName
{
color: #094A4B;
}
</style>
background-color css
<style>
a { background-color: #094A4B; }
a { background-color: rgb(9,74,75); }
div.DivClassName
{
background-color: #094A4B;
}
.BgClassName
{
background-color: #094A4B;
}
</style>
border-color css
<style>
span { border-color: #094A4B; }
span { border-color: rgb(9,74,75); }
td.TdClassName
{
border-color: #094A4B;
}
.TagClassName
{
border-color: #094A4B;
}
</style>