Shades of Cyprus #044E42
Tints of Cyprus #044E42
RGB
CMYK
RGB Variations
Color information
#044E42 (or 0x044E42) is known color: Cyprus. HEX triplet: 04, 4E and 42. RGB value is (4,78,66). Sum of RGB (Red+Green+Blue) = 4+78+66=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #044E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E42 is #FBB1BD. Grayscale: #363636. Windows color (decimal): -16495038 or 4345348. OLE color: 4345348.
HSL color Cylindrical-coordinate representation of color #044E42: hue angle of 170.27º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E42 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 66 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.69 |
| HSL | 170.27º | 0.9% | 0.16% | - |
| HSV(B) | 170.27º | 0.95% | 0.31% | - |
| XYZ | 3.76 | 5.87 | 6.09 | - |
| YUV | 54.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 66 | 0.95 | 0 | 0.15 | 0.69 | 170.27 | 0.9 | 0.16 |
| Hex | 4 | 4E | 42 | 5F | 0 | F | 45 | AA | 5A | 10 |
| Octal | 4 | 116 | 102 | 137 | 0 | 17 | 105 | 252 | 132 | 20 |
| Binary | 100 | 1001110 | 1000010 | 1011111 | 0 | 1111 | 1000101 | 10101010 | 1011010 | 10000 |
Color Harmonies of #044E42
Complementary color
Monochromatic Colors of #044E42
Black with #044E42
Text Example
Text Example
White with #044E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E42; }
p { color: rgb(4,78,66); }
H1.HeaderClassName
{
color: #044E42;
}
.AnyTagClassName
{
color: #044E42;
}
</style>
background-color css
<style>
a { background-color: #044E42; }
a { background-color: rgb(4,78,66); }
div.DivClassName
{
background-color: #044E42;
}
.BgClassName
{
background-color: #044E42;
}
</style>
border-color css
<style>
span { border-color: #044E42; }
span { border-color: rgb(4,78,66); }
td.TdClassName
{
border-color: #044E42;
}
.TagClassName
{
border-color: #044E42;
}
</style>