Shades of Cyprus #074B49
Tints of Cyprus #074B49
RGB
CMYK
RGB Variations
Color information
#074B49 (or 0x074B49) is known color: Cyprus. HEX triplet: 07, 4B and 49. RGB value is (7,75,73). Sum of RGB (Red+Green+Blue) = 7+75+73=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #074B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B49 is #F8B4B6. Grayscale: #363636. Windows color (decimal): -16299191 or 4803335. OLE color: 4803335.
HSL color Cylindrical-coordinate representation of color #074B49: hue angle of 178.24º 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 #074B49 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 73 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.71 |
| HSL | 178.24º | 0.83% | 0.16% | - |
| HSV(B) | 178.24º | 0.91% | 0.29% | - |
| XYZ | 3.81 | 5.56 | 7.18 | - |
| YUV | 54.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 73 | 0.91 | 0 | 0.03 | 0.71 | 178.24 | 0.83 | 0.16 |
| Hex | 7 | 4B | 49 | 5B | 0 | 3 | 47 | B2 | 53 | 10 |
| Octal | 7 | 113 | 111 | 133 | 0 | 3 | 107 | 262 | 123 | 20 |
| Binary | 111 | 1001011 | 1001001 | 1011011 | 0 | 11 | 1000111 | 10110010 | 1010011 | 10000 |
Color Harmonies of #074B49
Complementary color
Monochromatic Colors of #074B49
Black with #074B49
Text Example
Text Example
White with #074B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B49; }
p { color: rgb(7,75,73); }
H1.HeaderClassName
{
color: #074B49;
}
.AnyTagClassName
{
color: #074B49;
}
</style>
background-color css
<style>
a { background-color: #074B49; }
a { background-color: rgb(7,75,73); }
div.DivClassName
{
background-color: #074B49;
}
.BgClassName
{
background-color: #074B49;
}
</style>
border-color css
<style>
span { border-color: #074B49; }
span { border-color: rgb(7,75,73); }
td.TdClassName
{
border-color: #074B49;
}
.TagClassName
{
border-color: #074B49;
}
</style>