Shades of Como #468863
Tints of Como #468863
RGB
CMYK
RGB Variations
Color information
#468863 (or 0x468863) is known color: Como. HEX triplet: 46, 88 and 63. RGB value is (70,136,99). Sum of RGB (Red+Green+Blue) = 70+136+99=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #468863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468863 is #B9779C. Grayscale: #707070. Windows color (decimal): -12154781 or 6522950. OLE color: 6522950.
HSL color Cylindrical-coordinate representation of color #468863: hue angle of 146.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468863 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 99 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.47 |
| HSL | 146.36º | 0.32% | 0.4% | - |
| HSV(B) | 146.36º | 0.49% | 0.53% | - |
| XYZ | 13.58 | 19.81 | 14.91 | - |
| YUV | 112.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 99 | 0.49 | 0 | 0.27 | 0.47 | 146.36 | 0.32 | 0.4 |
| Hex | 46 | 88 | 63 | 31 | 0 | 1B | 2F | 92 | 20 | 28 |
| Octal | 106 | 210 | 143 | 61 | 0 | 33 | 57 | 222 | 40 | 50 |
| Binary | 1000110 | 10001000 | 1100011 | 110001 | 0 | 11011 | 101111 | 10010010 | 100000 | 101000 |
Color Harmonies of #468863
Complementary color
Monochromatic Colors of #468863
Black with #468863
Text Example
Text Example
White with #468863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468863; }
p { color: rgb(70,136,99); }
H1.HeaderClassName
{
color: #468863;
}
.AnyTagClassName
{
color: #468863;
}
</style>
background-color css
<style>
a { background-color: #468863; }
a { background-color: rgb(70,136,99); }
div.DivClassName
{
background-color: #468863;
}
.BgClassName
{
background-color: #468863;
}
</style>
border-color css
<style>
span { border-color: #468863; }
span { border-color: rgb(70,136,99); }
td.TdClassName
{
border-color: #468863;
}
.TagClassName
{
border-color: #468863;
}
</style>