Shades of Cyprus #04453C
Tints of Cyprus #04453C
RGB
CMYK
RGB Variations
Color information
#04453C (or 0x04453C) is known color: Cyprus. HEX triplet: 04, 45 and 3C. RGB value is (4,69,60). Sum of RGB (Red+Green+Blue) = 4+69+60=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #04453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04453C is #FBBAC3. Grayscale: #303030. Windows color (decimal): -16497348 or 3949828. OLE color: 3949828.
HSL color Cylindrical-coordinate representation of color #04453C: hue angle of 171.69º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04453C is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 60 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.73 |
| HSL | 171.69º | 0.89% | 0.14% | - |
| HSV(B) | 171.69º | 0.94% | 0.27% | - |
| XYZ | 2.99 | 4.61 | 5.01 | - |
| YUV | 48.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 60 | 0.94 | 0 | 0.13 | 0.73 | 171.69 | 0.89 | 0.14 |
| Hex | 4 | 45 | 3C | 5E | 0 | D | 49 | AC | 59 | E |
| Octal | 4 | 105 | 74 | 136 | 0 | 15 | 111 | 254 | 131 | 16 |
| Binary | 100 | 1000101 | 111100 | 1011110 | 0 | 1101 | 1001001 | 10101100 | 1011001 | 1110 |
Color Harmonies of #04453C
Complementary color
Monochromatic Colors of #04453C
Black with #04453C
Text Example
Text Example
White with #04453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04453C; }
p { color: rgb(4,69,60); }
H1.HeaderClassName
{
color: #04453C;
}
.AnyTagClassName
{
color: #04453C;
}
</style>
background-color css
<style>
a { background-color: #04453C; }
a { background-color: rgb(4,69,60); }
div.DivClassName
{
background-color: #04453C;
}
.BgClassName
{
background-color: #04453C;
}
</style>
border-color css
<style>
span { border-color: #04453C; }
span { border-color: rgb(4,69,60); }
td.TdClassName
{
border-color: #04453C;
}
.TagClassName
{
border-color: #04453C;
}
</style>