Shades of Cyprus #00463C
Tints of Cyprus #00463C
RGB
CMYK
RGB Variations
Color information
#00463C (or 0x00463C) is known color: Cyprus. HEX triplet: 00, 46 and 3C. RGB value is (0,70,60). Sum of RGB (Red+Green+Blue) = 0+70+60=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #00463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00463C is #FFB9C3. Grayscale: #2F2F2F. Windows color (decimal): -16759236 or 3950080. OLE color: 3950080.
HSL color Cylindrical-coordinate representation of color #00463C: hue angle of 171.43º 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 #00463C is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 60 | - |
| CMYK | 1 | 0 | 0.14 | 0.73 |
| HSL | 171.43º | 1% | 0.14% | - |
| HSV(B) | 171.43º | 1% | 0.27% | - |
| XYZ | 3.01 | 4.71 | 5.03 | - |
| YUV | 47.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 60 | 1 | 0 | 0.14 | 0.73 | 171.43 | 1 | 0.14 |
| Hex | 0 | 46 | 3C | 64 | 0 | E | 49 | AB | 64 | E |
| Octal | 0 | 106 | 74 | 144 | 0 | 16 | 111 | 253 | 144 | 16 |
| Binary | 0 | 1000110 | 111100 | 1100100 | 0 | 1110 | 1001001 | 10101011 | 1100100 | 1110 |
Color Harmonies of #00463C
Complementary color
Monochromatic Colors of #00463C
Black with #00463C
Text Example
Text Example
White with #00463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00463C; }
p { color: rgb(0,70,60); }
H1.HeaderClassName
{
color: #00463C;
}
.AnyTagClassName
{
color: #00463C;
}
</style>
background-color css
<style>
a { background-color: #00463C; }
a { background-color: rgb(0,70,60); }
div.DivClassName
{
background-color: #00463C;
}
.BgClassName
{
background-color: #00463C;
}
</style>
border-color css
<style>
span { border-color: #00463C; }
span { border-color: rgb(0,70,60); }
td.TdClassName
{
border-color: #00463C;
}
.TagClassName
{
border-color: #00463C;
}
</style>