Shades of Cyprus #044E43
Tints of Cyprus #044E43
RGB
CMYK
RGB Variations
Color information
#044E43 (or 0x044E43) is known color: Cyprus. HEX triplet: 04, 4E and 43. RGB value is (4,78,67). Sum of RGB (Red+Green+Blue) = 4+78+67=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #044E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E43 is #FBB1BC. Grayscale: #363636. Windows color (decimal): -16495037 or 4410884. OLE color: 4410884.
HSL color Cylindrical-coordinate representation of color #044E43: hue angle of 171.08º 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 #044E43 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 67 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.69 |
| HSL | 171.08º | 0.9% | 0.16% | - |
| HSV(B) | 171.08º | 0.95% | 0.31% | - |
| XYZ | 3.79 | 5.88 | 6.25 | - |
| YUV | 54.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 67 | 0.95 | 0 | 0.14 | 0.69 | 171.08 | 0.9 | 0.16 |
| Hex | 4 | 4E | 43 | 5F | 0 | E | 45 | AB | 5A | 10 |
| Octal | 4 | 116 | 103 | 137 | 0 | 16 | 105 | 253 | 132 | 20 |
| Binary | 100 | 1001110 | 1000011 | 1011111 | 0 | 1110 | 1000101 | 10101011 | 1011010 | 10000 |
Color Harmonies of #044E43
Complementary color
Monochromatic Colors of #044E43
Black with #044E43
Text Example
Text Example
White with #044E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E43; }
p { color: rgb(4,78,67); }
H1.HeaderClassName
{
color: #044E43;
}
.AnyTagClassName
{
color: #044E43;
}
</style>
background-color css
<style>
a { background-color: #044E43; }
a { background-color: rgb(4,78,67); }
div.DivClassName
{
background-color: #044E43;
}
.BgClassName
{
background-color: #044E43;
}
</style>
border-color css
<style>
span { border-color: #044E43; }
span { border-color: rgb(4,78,67); }
td.TdClassName
{
border-color: #044E43;
}
.TagClassName
{
border-color: #044E43;
}
</style>