Shades of Cyprus #044A40
Tints of Cyprus #044A40
RGB
CMYK
RGB Variations
Color information
#044A40 (or 0x044A40) is known color: Cyprus. HEX triplet: 04, 4A and 40. RGB value is (4,74,64). Sum of RGB (Red+Green+Blue) = 4+74+64=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 74 (29.30% from 255 or 52.11% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 74 - color contains mainly: green. Hex color #044A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A40 is #FBB5BF. Grayscale: #333333. Windows color (decimal): -16496064 or 4213252. OLE color: 4213252.
HSL color Cylindrical-coordinate representation of color #044A40: hue angle of 171.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A40 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 64 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.71 |
| HSL | 171.43º | 0.9% | 0.15% | - |
| HSV(B) | 171.43º | 0.95% | 0.29% | - |
| XYZ | 3.42 | 5.29 | 5.69 | - |
| YUV | 51.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 64 | 0.95 | 0 | 0.14 | 0.71 | 171.43 | 0.9 | 0.15 |
| Hex | 4 | 4A | 40 | 5F | 0 | E | 47 | AB | 5A | F |
| Octal | 4 | 112 | 100 | 137 | 0 | 16 | 107 | 253 | 132 | 17 |
| Binary | 100 | 1001010 | 1000000 | 1011111 | 0 | 1110 | 1000111 | 10101011 | 1011010 | 1111 |
Color Harmonies of #044A40
Complementary color
Monochromatic Colors of #044A40
Black with #044A40
Text Example
Text Example
White with #044A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A40; }
p { color: rgb(4,74,64); }
H1.HeaderClassName
{
color: #044A40;
}
.AnyTagClassName
{
color: #044A40;
}
</style>
background-color css
<style>
a { background-color: #044A40; }
a { background-color: rgb(4,74,64); }
div.DivClassName
{
background-color: #044A40;
}
.BgClassName
{
background-color: #044A40;
}
</style>
border-color css
<style>
span { border-color: #044A40; }
span { border-color: rgb(4,74,64); }
td.TdClassName
{
border-color: #044A40;
}
.TagClassName
{
border-color: #044A40;
}
</style>