Shades of Cyprus #044B42
Tints of Cyprus #044B42
RGB
CMYK
RGB Variations
Color information
#044B42 (or 0x044B42) is known color: Cyprus. HEX triplet: 04, 4B and 42. RGB value is (4,75,66). Sum of RGB (Red+Green+Blue) = 4+75+66=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #044B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B42 is #FBB4BD. Grayscale: #343434. Windows color (decimal): -16495806 or 4344580. OLE color: 4344580.
HSL color Cylindrical-coordinate representation of color #044B42: hue angle of 172.39º 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 #044B42 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 75 | 66 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.71 |
| HSL | 172.39º | 0.9% | 0.15% | - |
| HSV(B) | 172.39º | 0.95% | 0.29% | - |
| XYZ | 3.55 | 5.45 | 6.02 | - |
| YUV | 52.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 66 | 0.95 | 0 | 0.12 | 0.71 | 172.39 | 0.9 | 0.15 |
| Hex | 4 | 4B | 42 | 5F | 0 | C | 47 | AC | 5A | F |
| Octal | 4 | 113 | 102 | 137 | 0 | 14 | 107 | 254 | 132 | 17 |
| Binary | 100 | 1001011 | 1000010 | 1011111 | 0 | 1100 | 1000111 | 10101100 | 1011010 | 1111 |
Color Harmonies of #044B42
Complementary color
Monochromatic Colors of #044B42
Black with #044B42
Text Example
Text Example
White with #044B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B42; }
p { color: rgb(4,75,66); }
H1.HeaderClassName
{
color: #044B42;
}
.AnyTagClassName
{
color: #044B42;
}
</style>
background-color css
<style>
a { background-color: #044B42; }
a { background-color: rgb(4,75,66); }
div.DivClassName
{
background-color: #044B42;
}
.BgClassName
{
background-color: #044B42;
}
</style>
border-color css
<style>
span { border-color: #044B42; }
span { border-color: rgb(4,75,66); }
td.TdClassName
{
border-color: #044B42;
}
.TagClassName
{
border-color: #044B42;
}
</style>