Shades of Chateau Green #469B63
Tints of Chateau Green #469B63
RGB
CMYK
RGB Variations
Color information
#469B63 (or 0x469B63) is known color: Chateau Green. HEX triplet: 46, 9B and 63. RGB value is (70,155,99). Sum of RGB (Red+Green+Blue) = 70+155+99=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #469B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B63 is #B9649C. Grayscale: #7B7B7B. Windows color (decimal): -12149917 or 6527814. OLE color: 6527814.
HSL color Cylindrical-coordinate representation of color #469B63: hue angle of 140.47º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B63 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 99 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.39 |
| HSL | 140.47º | 0.38% | 0.44% | - |
| HSV(B) | 140.47º | 0.55% | 0.61% | - |
| XYZ | 16.5 | 25.65 | 15.88 | - |
| YUV | 123.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 99 | 0.55 | 0 | 0.36 | 0.39 | 140.47 | 0.38 | 0.44 |
| Hex | 46 | 9B | 63 | 37 | 0 | 24 | 27 | 8C | 26 | 2C |
| Octal | 106 | 233 | 143 | 67 | 0 | 44 | 47 | 214 | 46 | 54 |
| Binary | 1000110 | 10011011 | 1100011 | 110111 | 0 | 100100 | 100111 | 10001100 | 100110 | 101100 |
Color Harmonies of #469B63
Complementary color
Monochromatic Colors of #469B63
Black with #469B63
Text Example
Text Example
White with #469B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B63; }
p { color: rgb(70,155,99); }
H1.HeaderClassName
{
color: #469B63;
}
.AnyTagClassName
{
color: #469B63;
}
</style>
background-color css
<style>
a { background-color: #469B63; }
a { background-color: rgb(70,155,99); }
div.DivClassName
{
background-color: #469B63;
}
.BgClassName
{
background-color: #469B63;
}
</style>
border-color css
<style>
span { border-color: #469B63; }
span { border-color: rgb(70,155,99); }
td.TdClassName
{
border-color: #469B63;
}
.TagClassName
{
border-color: #469B63;
}
</style>