Shades of Cyprus #044B43
Tints of Cyprus #044B43
RGB
CMYK
RGB Variations
Color information
#044B43 (or 0x044B43) is known color: Cyprus. HEX triplet: 04, 4B and 43. RGB value is (4,75,67). Sum of RGB (Red+Green+Blue) = 4+75+67=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #044B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B43 is #FBB4BC. Grayscale: #343434. Windows color (decimal): -16495805 or 4410116. OLE color: 4410116.
HSL color Cylindrical-coordinate representation of color #044B43: hue angle of 173.24º 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 #044B43 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 75 | 67 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.71 |
| HSL | 173.24º | 0.9% | 0.15% | - |
| HSV(B) | 173.24º | 0.95% | 0.29% | - |
| XYZ | 3.58 | 5.46 | 6.18 | - |
| YUV | 52.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 67 | 0.95 | 0 | 0.11 | 0.71 | 173.24 | 0.9 | 0.15 |
| Hex | 4 | 4B | 43 | 5F | 0 | B | 47 | AD | 5A | F |
| Octal | 4 | 113 | 103 | 137 | 0 | 13 | 107 | 255 | 132 | 17 |
| Binary | 100 | 1001011 | 1000011 | 1011111 | 0 | 1011 | 1000111 | 10101101 | 1011010 | 1111 |
Color Harmonies of #044B43
Complementary color
Monochromatic Colors of #044B43
Black with #044B43
Text Example
Text Example
White with #044B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B43; }
p { color: rgb(4,75,67); }
H1.HeaderClassName
{
color: #044B43;
}
.AnyTagClassName
{
color: #044B43;
}
</style>
background-color css
<style>
a { background-color: #044B43; }
a { background-color: rgb(4,75,67); }
div.DivClassName
{
background-color: #044B43;
}
.BgClassName
{
background-color: #044B43;
}
</style>
border-color css
<style>
span { border-color: #044B43; }
span { border-color: rgb(4,75,67); }
td.TdClassName
{
border-color: #044B43;
}
.TagClassName
{
border-color: #044B43;
}
</style>