Shades of Cyprus #043E42
Tints of Cyprus #043E42
RGB
CMYK
RGB Variations
Color information
#043E42 (or 0x043E42) is known color: Cyprus. HEX triplet: 04, 3E and 42. RGB value is (4,62,66). Sum of RGB (Red+Green+Blue) = 4+62+66=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #043E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043E42 is #FBC1BD. Grayscale: #2D2D2D. Windows color (decimal): -16499134 or 4341252. OLE color: 4341252.
HSL color Cylindrical-coordinate representation of color #043E42: hue angle of 183.87º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043E42 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 62 | 66 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.74 |
| HSL | 183.87º | 0.89% | 0.14% | - |
| HSV(B) | 183.87º | 0.94% | 0.26% | - |
| XYZ | 2.76 | 3.86 | 5.75 | - |
| YUV | 45.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 66 | 0.94 | 0.06 | 0 | 0.74 | 183.87 | 0.89 | 0.14 |
| Hex | 4 | 3E | 42 | 5E | 6 | 0 | 4A | B8 | 59 | E |
| Octal | 4 | 76 | 102 | 136 | 6 | 0 | 112 | 270 | 131 | 16 |
| Binary | 100 | 111110 | 1000010 | 1011110 | 110 | 0 | 1001010 | 10111000 | 1011001 | 1110 |
Color Harmonies of #043E42
Complementary color
Monochromatic Colors of #043E42
Black with #043E42
Text Example
Text Example
White with #043E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043E42; }
p { color: rgb(4,62,66); }
H1.HeaderClassName
{
color: #043E42;
}
.AnyTagClassName
{
color: #043E42;
}
</style>
background-color css
<style>
a { background-color: #043E42; }
a { background-color: rgb(4,62,66); }
div.DivClassName
{
background-color: #043E42;
}
.BgClassName
{
background-color: #043E42;
}
</style>
border-color css
<style>
span { border-color: #043E42; }
span { border-color: rgb(4,62,66); }
td.TdClassName
{
border-color: #043E42;
}
.TagClassName
{
border-color: #043E42;
}
</style>