Shades of Como #468264
Tints of Como #468264
RGB
CMYK
RGB Variations
Color information
#468264 (or 0x468264) is known color: Como. HEX triplet: 46, 82 and 64. RGB value is (70,130,100). Sum of RGB (Red+Green+Blue) = 70+130+100=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #468264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468264 is #B97D9B. Grayscale: #6C6C6C. Windows color (decimal): -12156316 or 6586950. OLE color: 6586950.
HSL color Cylindrical-coordinate representation of color #468264: hue angle of 150º 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 #468264 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 100 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.49 |
| HSL | 150º | 0.3% | 0.39% | - |
| HSV(B) | 150º | 0.46% | 0.51% | - |
| XYZ | 12.81 | 18.19 | 14.89 | - |
| YUV | 108.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 100 | 0.46 | 0 | 0.23 | 0.49 | 150 | 0.3 | 0.39 |
| Hex | 46 | 82 | 64 | 2E | 0 | 17 | 31 | 96 | 1E | 27 |
| Octal | 106 | 202 | 144 | 56 | 0 | 27 | 61 | 226 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1100100 | 101110 | 0 | 10111 | 110001 | 10010110 | 11110 | 100111 |
Color Harmonies of #468264
Complementary color
Monochromatic Colors of #468264
Black with #468264
Text Example
Text Example
White with #468264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468264; }
p { color: rgb(70,130,100); }
H1.HeaderClassName
{
color: #468264;
}
.AnyTagClassName
{
color: #468264;
}
</style>
background-color css
<style>
a { background-color: #468264; }
a { background-color: rgb(70,130,100); }
div.DivClassName
{
background-color: #468264;
}
.BgClassName
{
background-color: #468264;
}
</style>
border-color css
<style>
span { border-color: #468264; }
span { border-color: rgb(70,130,100); }
td.TdClassName
{
border-color: #468264;
}
.TagClassName
{
border-color: #468264;
}
</style>