Shades of Cyprus #04393E
Tints of Cyprus #04393E
RGB
CMYK
RGB Variations
Color information
#04393E (or 0x04393E) is known color: Cyprus. HEX triplet: 04, 39 and 3E. RGB value is (4,57,62). Sum of RGB (Red+Green+Blue) = 4+57+62=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #04393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04393E is #FBC6C1. Grayscale: #292929. Windows color (decimal): -16500418 or 4077828. OLE color: 4077828.
HSL color Cylindrical-coordinate representation of color #04393E: hue angle of 185.17º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04393E is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 57 | 62 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.76 |
| HSL | 185.17º | 0.88% | 0.13% | - |
| HSV(B) | 185.17º | 0.94% | 0.24% | - |
| XYZ | 2.38 | 3.3 | 5.07 | - |
| YUV | 41.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 62 | 0.94 | 0.08 | 0 | 0.76 | 185.17 | 0.88 | 0.13 |
| Hex | 4 | 39 | 3E | 5E | 8 | 0 | 4C | B9 | 58 | D |
| Octal | 4 | 71 | 76 | 136 | 10 | 0 | 114 | 271 | 130 | 15 |
| Binary | 100 | 111001 | 111110 | 1011110 | 1000 | 0 | 1001100 | 10111001 | 1011000 | 1101 |
Color Harmonies of #04393E
Complementary color
Monochromatic Colors of #04393E
Black with #04393E
Text Example
Text Example
White with #04393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04393E; }
p { color: rgb(4,57,62); }
H1.HeaderClassName
{
color: #04393E;
}
.AnyTagClassName
{
color: #04393E;
}
</style>
background-color css
<style>
a { background-color: #04393E; }
a { background-color: rgb(4,57,62); }
div.DivClassName
{
background-color: #04393E;
}
.BgClassName
{
background-color: #04393E;
}
</style>
border-color css
<style>
span { border-color: #04393E; }
span { border-color: rgb(4,57,62); }
td.TdClassName
{
border-color: #04393E;
}
.TagClassName
{
border-color: #04393E;
}
</style>