Shades of Como #468B64
Tints of Como #468B64
RGB
CMYK
RGB Variations
Color information
#468B64 (or 0x468B64) is known color: Como. HEX triplet: 46, 8B and 64. RGB value is (70,139,100). Sum of RGB (Red+Green+Blue) = 70+139+100=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #468B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B64 is #B9749B. Grayscale: #727272. Windows color (decimal): -12154012 or 6589254. OLE color: 6589254.
HSL color Cylindrical-coordinate representation of color #468B64: hue angle of 146.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B64 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 100 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.45 |
| HSL | 146.09º | 0.33% | 0.41% | - |
| HSV(B) | 146.09º | 0.5% | 0.55% | - |
| XYZ | 14.06 | 20.69 | 15.31 | - |
| YUV | 113.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 100 | 0.50 | 0 | 0.28 | 0.45 | 146.09 | 0.33 | 0.41 |
| Hex | 46 | 8B | 64 | 32 | 0 | 1C | 2D | 92 | 21 | 29 |
| Octal | 106 | 213 | 144 | 62 | 0 | 34 | 55 | 222 | 41 | 51 |
| Binary | 1000110 | 10001011 | 1100100 | 110010 | 0 | 11100 | 101101 | 10010010 | 100001 | 101001 |
Color Harmonies of #468B64
Complementary color
Monochromatic Colors of #468B64
Black with #468B64
Text Example
Text Example
White with #468B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B64; }
p { color: rgb(70,139,100); }
H1.HeaderClassName
{
color: #468B64;
}
.AnyTagClassName
{
color: #468B64;
}
</style>
background-color css
<style>
a { background-color: #468B64; }
a { background-color: rgb(70,139,100); }
div.DivClassName
{
background-color: #468B64;
}
.BgClassName
{
background-color: #468B64;
}
</style>
border-color css
<style>
span { border-color: #468B64; }
span { border-color: rgb(70,139,100); }
td.TdClassName
{
border-color: #468B64;
}
.TagClassName
{
border-color: #468B64;
}
</style>