Shades of Cyprus #074A46
Tints of Cyprus #074A46
RGB
CMYK
RGB Variations
Color information
#074A46 (or 0x074A46) is known color: Cyprus. HEX triplet: 07, 4A and 46. RGB value is (7,74,70). Sum of RGB (Red+Green+Blue) = 7+74+70=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #074A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A46 is #F8B5B9. Grayscale: #353535. Windows color (decimal): -16299450 or 4606471. OLE color: 4606471.
HSL color Cylindrical-coordinate representation of color #074A46: hue angle of 176.42º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A46 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 70 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.71 |
| HSL | 176.42º | 0.83% | 0.16% | - |
| HSV(B) | 176.42º | 0.91% | 0.29% | - |
| XYZ | 3.64 | 5.38 | 6.64 | - |
| YUV | 53.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 70 | 0.91 | 0 | 0.05 | 0.71 | 176.42 | 0.83 | 0.16 |
| Hex | 7 | 4A | 46 | 5B | 0 | 5 | 47 | B0 | 53 | 10 |
| Octal | 7 | 112 | 106 | 133 | 0 | 5 | 107 | 260 | 123 | 20 |
| Binary | 111 | 1001010 | 1000110 | 1011011 | 0 | 101 | 1000111 | 10110000 | 1010011 | 10000 |
Color Harmonies of #074A46
Complementary color
Monochromatic Colors of #074A46
Black with #074A46
Text Example
Text Example
White with #074A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A46; }
p { color: rgb(7,74,70); }
H1.HeaderClassName
{
color: #074A46;
}
.AnyTagClassName
{
color: #074A46;
}
</style>
background-color css
<style>
a { background-color: #074A46; }
a { background-color: rgb(7,74,70); }
div.DivClassName
{
background-color: #074A46;
}
.BgClassName
{
background-color: #074A46;
}
</style>
border-color css
<style>
span { border-color: #074A46; }
span { border-color: rgb(7,74,70); }
td.TdClassName
{
border-color: #074A46;
}
.TagClassName
{
border-color: #074A46;
}
</style>