Shades of Cyprus #04503F
Tints of Cyprus #04503F
RGB
CMYK
RGB Variations
Color information
#04503F (or 0x04503F) is known color: Cyprus. HEX triplet: 04, 50 and 3F. RGB value is (4,80,63). Sum of RGB (Red+Green+Blue) = 4+80+63=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #04503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04503F is #FBAFC0. Grayscale: #373737. Windows color (decimal): -16494529 or 4149252. OLE color: 4149252.
HSL color Cylindrical-coordinate representation of color #04503F: hue angle of 166.58º 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 #04503F is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 63 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.69 |
| HSL | 166.58º | 0.9% | 0.16% | - |
| HSV(B) | 166.58º | 0.95% | 0.31% | - |
| XYZ | 3.82 | 6.12 | 5.68 | - |
| YUV | 55.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 63 | 0.95 | 0 | 0.21 | 0.69 | 166.58 | 0.9 | 0.16 |
| Hex | 4 | 50 | 3F | 5F | 0 | 15 | 45 | A7 | 5A | 10 |
| Octal | 4 | 120 | 77 | 137 | 0 | 25 | 105 | 247 | 132 | 20 |
| Binary | 100 | 1010000 | 111111 | 1011111 | 0 | 10101 | 1000101 | 10100111 | 1011010 | 10000 |
Color Harmonies of #04503F
Complementary color
Monochromatic Colors of #04503F
Black with #04503F
Text Example
Text Example
White with #04503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04503F; }
p { color: rgb(4,80,63); }
H1.HeaderClassName
{
color: #04503F;
}
.AnyTagClassName
{
color: #04503F;
}
</style>
background-color css
<style>
a { background-color: #04503F; }
a { background-color: rgb(4,80,63); }
div.DivClassName
{
background-color: #04503F;
}
.BgClassName
{
background-color: #04503F;
}
</style>
border-color css
<style>
span { border-color: #04503F; }
span { border-color: rgb(4,80,63); }
td.TdClassName
{
border-color: #04503F;
}
.TagClassName
{
border-color: #04503F;
}
</style>