Shades of Cyprus #04483D
Tints of Cyprus #04483D
RGB
CMYK
RGB Variations
Color information
#04483D (or 0x04483D) is known color: Cyprus. HEX triplet: 04, 48 and 3D. RGB value is (4,72,61). Sum of RGB (Red+Green+Blue) = 4+72+61=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #04483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04483D is #FBB7C2. Grayscale: #323232. Windows color (decimal): -16496579 or 4016132. OLE color: 4016132.
HSL color Cylindrical-coordinate representation of color #04483D: hue angle of 170.29º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04483D is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 61 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.72 |
| HSL | 170.29º | 0.89% | 0.15% | - |
| HSV(B) | 170.29º | 0.94% | 0.28% | - |
| XYZ | 3.21 | 5 | 5.21 | - |
| YUV | 50.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 61 | 0.94 | 0 | 0.15 | 0.72 | 170.29 | 0.89 | 0.15 |
| Hex | 4 | 48 | 3D | 5E | 0 | F | 48 | AA | 59 | F |
| Octal | 4 | 110 | 75 | 136 | 0 | 17 | 110 | 252 | 131 | 17 |
| Binary | 100 | 1001000 | 111101 | 1011110 | 0 | 1111 | 1001000 | 10101010 | 1011001 | 1111 |
Color Harmonies of #04483D
Complementary color
Monochromatic Colors of #04483D
Black with #04483D
Text Example
Text Example
White with #04483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04483D; }
p { color: rgb(4,72,61); }
H1.HeaderClassName
{
color: #04483D;
}
.AnyTagClassName
{
color: #04483D;
}
</style>
background-color css
<style>
a { background-color: #04483D; }
a { background-color: rgb(4,72,61); }
div.DivClassName
{
background-color: #04483D;
}
.BgClassName
{
background-color: #04483D;
}
</style>
border-color css
<style>
span { border-color: #04483D; }
span { border-color: rgb(4,72,61); }
td.TdClassName
{
border-color: #04483D;
}
.TagClassName
{
border-color: #04483D;
}
</style>