Shades of Como #468564
Tints of Como #468564
RGB
CMYK
RGB Variations
Color information
#468564 (or 0x468564) is known color: Como. HEX triplet: 46, 85 and 64. RGB value is (70,133,100). Sum of RGB (Red+Green+Blue) = 70+133+100=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #468564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468564 is #B97A9B. Grayscale: #6E6E6E. Windows color (decimal): -12155548 or 6587718. OLE color: 6587718.
HSL color Cylindrical-coordinate representation of color #468564: hue angle of 148.57º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468564 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 133 | 100 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.48 |
| HSL | 148.57º | 0.31% | 0.4% | - |
| HSV(B) | 148.57º | 0.47% | 0.52% | - |
| XYZ | 13.21 | 19 | 15.03 | - |
| YUV | 110.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 100 | 0.47 | 0 | 0.25 | 0.48 | 148.57 | 0.31 | 0.4 |
| Hex | 46 | 85 | 64 | 2F | 0 | 19 | 30 | 95 | 1F | 28 |
| Octal | 106 | 205 | 144 | 57 | 0 | 31 | 60 | 225 | 37 | 50 |
| Binary | 1000110 | 10000101 | 1100100 | 101111 | 0 | 11001 | 110000 | 10010101 | 11111 | 101000 |
Color Harmonies of #468564
Complementary color
Monochromatic Colors of #468564
Black with #468564
Text Example
Text Example
White with #468564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468564; }
p { color: rgb(70,133,100); }
H1.HeaderClassName
{
color: #468564;
}
.AnyTagClassName
{
color: #468564;
}
</style>
background-color css
<style>
a { background-color: #468564; }
a { background-color: rgb(70,133,100); }
div.DivClassName
{
background-color: #468564;
}
.BgClassName
{
background-color: #468564;
}
</style>
border-color css
<style>
span { border-color: #468564; }
span { border-color: rgb(70,133,100); }
td.TdClassName
{
border-color: #468564;
}
.TagClassName
{
border-color: #468564;
}
</style>