Shades of Como #468663
Tints of Como #468663
RGB
CMYK
RGB Variations
Color information
#468663 (or 0x468663) is known color: Como. HEX triplet: 46, 86 and 63. RGB value is (70,134,99). Sum of RGB (Red+Green+Blue) = 70+134+99=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #468663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468663 is #B9799C. Grayscale: #6E6E6E. Windows color (decimal): -12155293 or 6522438. OLE color: 6522438.
HSL color Cylindrical-coordinate representation of color #468663: hue angle of 147.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468663 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 99 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.47 |
| HSL | 147.19º | 0.31% | 0.4% | - |
| HSV(B) | 147.19º | 0.48% | 0.53% | - |
| XYZ | 13.3 | 19.25 | 14.82 | - |
| YUV | 110.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 99 | 0.48 | 0 | 0.26 | 0.47 | 147.19 | 0.31 | 0.4 |
| Hex | 46 | 86 | 63 | 30 | 0 | 1A | 2F | 93 | 1F | 28 |
| Octal | 106 | 206 | 143 | 60 | 0 | 32 | 57 | 223 | 37 | 50 |
| Binary | 1000110 | 10000110 | 1100011 | 110000 | 0 | 11010 | 101111 | 10010011 | 11111 | 101000 |
Color Harmonies of #468663
Complementary color
Monochromatic Colors of #468663
Black with #468663
Text Example
Text Example
White with #468663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468663; }
p { color: rgb(70,134,99); }
H1.HeaderClassName
{
color: #468663;
}
.AnyTagClassName
{
color: #468663;
}
</style>
background-color css
<style>
a { background-color: #468663; }
a { background-color: rgb(70,134,99); }
div.DivClassName
{
background-color: #468663;
}
.BgClassName
{
background-color: #468663;
}
</style>
border-color css
<style>
span { border-color: #468663; }
span { border-color: rgb(70,134,99); }
td.TdClassName
{
border-color: #468663;
}
.TagClassName
{
border-color: #468663;
}
</style>