Shades of Como #468263
Tints of Como #468263
RGB
CMYK
RGB Variations
Color information
#468263 (or 0x468263) is known color: Como. HEX triplet: 46, 82 and 63. RGB value is (70,130,99). Sum of RGB (Red+Green+Blue) = 70+130+99=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #468263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468263 is #B97D9C. Grayscale: #6C6C6C. Windows color (decimal): -12156317 or 6521414. OLE color: 6521414.
HSL color Cylindrical-coordinate representation of color #468263: hue angle of 149º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468263 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 99 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.49 |
| HSL | 149º | 0.3% | 0.39% | - |
| HSV(B) | 149º | 0.46% | 0.51% | - |
| XYZ | 12.76 | 18.17 | 14.64 | - |
| YUV | 108.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 99 | 0.46 | 0 | 0.24 | 0.49 | 149 | 0.3 | 0.39 |
| Hex | 46 | 82 | 63 | 2E | 0 | 18 | 31 | 95 | 1E | 27 |
| Octal | 106 | 202 | 143 | 56 | 0 | 30 | 61 | 225 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1100011 | 101110 | 0 | 11000 | 110001 | 10010101 | 11110 | 100111 |
Color Harmonies of #468263
Complementary color
Monochromatic Colors of #468263
Black with #468263
Text Example
Text Example
White with #468263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468263; }
p { color: rgb(70,130,99); }
H1.HeaderClassName
{
color: #468263;
}
.AnyTagClassName
{
color: #468263;
}
</style>
background-color css
<style>
a { background-color: #468263; }
a { background-color: rgb(70,130,99); }
div.DivClassName
{
background-color: #468263;
}
.BgClassName
{
background-color: #468263;
}
</style>
border-color css
<style>
span { border-color: #468263; }
span { border-color: rgb(70,130,99); }
td.TdClassName
{
border-color: #468263;
}
.TagClassName
{
border-color: #468263;
}
</style>