Shades of Corn Flower Blue #464864
Tints of Corn Flower Blue #464864
RGB
CMYK
RGB Variations
Color information
#464864 (or 0x464864) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 64. RGB value is (70,72,100). Sum of RGB (Red+Green+Blue) = 70+72+100=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 100 - color contains mainly: blue. Hex color #464864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464864 is #B9B79B. Grayscale: #4A4A4A. Windows color (decimal): -12171164 or 6572102. OLE color: 6572102.
HSL color Cylindrical-coordinate representation of color #464864: hue angle of 236º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464864 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 72 | 100 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.61 |
| HSL | 236º | 0.18% | 0.33% | - |
| HSV(B) | 236º | 0.3% | 0.39% | - |
| XYZ | 7.14 | 6.86 | 13 | - |
| YUV | 74.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 100 | 0.30 | 0.28 | 0 | 0.61 | 236 | 0.18 | 0.33 |
| Hex | 46 | 48 | 64 | 1E | 1C | 0 | 3D | EC | 12 | 21 |
| Octal | 106 | 110 | 144 | 36 | 34 | 0 | 75 | 354 | 22 | 41 |
| Binary | 1000110 | 1001000 | 1100100 | 11110 | 11100 | 0 | 111101 | 11101100 | 10010 | 100001 |
Color Harmonies of #464864
Complementary color
Monochromatic Colors of #464864
Black with #464864
Text Example
Text Example
White with #464864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464864; }
p { color: rgb(70,72,100); }
H1.HeaderClassName
{
color: #464864;
}
.AnyTagClassName
{
color: #464864;
}
</style>
background-color css
<style>
a { background-color: #464864; }
a { background-color: rgb(70,72,100); }
div.DivClassName
{
background-color: #464864;
}
.BgClassName
{
background-color: #464864;
}
</style>
border-color css
<style>
span { border-color: #464864; }
span { border-color: rgb(70,72,100); }
td.TdClassName
{
border-color: #464864;
}
.TagClassName
{
border-color: #464864;
}
</style>