Shades of Cyprus #043D42
Tints of Cyprus #043D42
RGB
CMYK
RGB Variations
Color information
#043D42 (or 0x043D42) is known color: Cyprus. HEX triplet: 04, 3D and 42. RGB value is (4,61,66). Sum of RGB (Red+Green+Blue) = 4+61+66=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #043D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D42 is #FBC2BD. Grayscale: #2C2C2C. Windows color (decimal): -16499390 or 4340996. OLE color: 4340996.
HSL color Cylindrical-coordinate representation of color #043D42: hue angle of 184.84º 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 #043D42 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 61 | 66 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.74 |
| HSL | 184.84º | 0.89% | 0.14% | - |
| HSV(B) | 184.84º | 0.94% | 0.26% | - |
| XYZ | 2.7 | 3.76 | 5.74 | - |
| YUV | 44.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 66 | 0.94 | 0.08 | 0 | 0.74 | 184.84 | 0.89 | 0.14 |
| Hex | 4 | 3D | 42 | 5E | 8 | 0 | 4A | B9 | 59 | E |
| Octal | 4 | 75 | 102 | 136 | 10 | 0 | 112 | 271 | 131 | 16 |
| Binary | 100 | 111101 | 1000010 | 1011110 | 1000 | 0 | 1001010 | 10111001 | 1011001 | 1110 |
Color Harmonies of #043D42
Complementary color
Monochromatic Colors of #043D42
Black with #043D42
Text Example
Text Example
White with #043D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D42; }
p { color: rgb(4,61,66); }
H1.HeaderClassName
{
color: #043D42;
}
.AnyTagClassName
{
color: #043D42;
}
</style>
background-color css
<style>
a { background-color: #043D42; }
a { background-color: rgb(4,61,66); }
div.DivClassName
{
background-color: #043D42;
}
.BgClassName
{
background-color: #043D42;
}
</style>
border-color css
<style>
span { border-color: #043D42; }
span { border-color: rgb(4,61,66); }
td.TdClassName
{
border-color: #043D42;
}
.TagClassName
{
border-color: #043D42;
}
</style>