Shades of Cyprus #00463D
Tints of Cyprus #00463D
RGB
CMYK
RGB Variations
Color information
#00463D (or 0x00463D) is known color: Cyprus. HEX triplet: 00, 46 and 3D. RGB value is (0,70,61). Sum of RGB (Red+Green+Blue) = 0+70+61=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #00463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00463D is #FFB9C2. Grayscale: #303030. Windows color (decimal): -16759235 or 4015616. OLE color: 4015616.
HSL color Cylindrical-coordinate representation of color #00463D: hue angle of 172.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00463D is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 61 | - |
| CMYK | 1 | 0 | 0.13 | 0.73 |
| HSL | 172.29º | 1% | 0.14% | - |
| HSV(B) | 172.29º | 1% | 0.27% | - |
| XYZ | 3.03 | 4.72 | 5.17 | - |
| YUV | 48.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 61 | 1 | 0 | 0.13 | 0.73 | 172.29 | 1 | 0.14 |
| Hex | 0 | 46 | 3D | 64 | 0 | D | 49 | AC | 64 | E |
| Octal | 0 | 106 | 75 | 144 | 0 | 15 | 111 | 254 | 144 | 16 |
| Binary | 0 | 1000110 | 111101 | 1100100 | 0 | 1101 | 1001001 | 10101100 | 1100100 | 1110 |
Color Harmonies of #00463D
Complementary color
Monochromatic Colors of #00463D
Black with #00463D
Text Example
Text Example
White with #00463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00463D; }
p { color: rgb(0,70,61); }
H1.HeaderClassName
{
color: #00463D;
}
.AnyTagClassName
{
color: #00463D;
}
</style>
background-color css
<style>
a { background-color: #00463D; }
a { background-color: rgb(0,70,61); }
div.DivClassName
{
background-color: #00463D;
}
.BgClassName
{
background-color: #00463D;
}
</style>
border-color css
<style>
span { border-color: #00463D; }
span { border-color: rgb(0,70,61); }
td.TdClassName
{
border-color: #00463D;
}
.TagClassName
{
border-color: #00463D;
}
</style>