Shades of Corn Flower Blue #464663
Tints of Corn Flower Blue #464663
RGB
CMYK
RGB Variations
Color information
#464663 (or 0x464663) is known color: Corn Flower Blue. HEX triplet: 46, 46 and 63. RGB value is (70,70,99). Sum of RGB (Red+Green+Blue) = 70+70+99=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #464663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464663 is #B9B99C. Grayscale: #494949. Windows color (decimal): -12171677 or 6506054. OLE color: 6506054.
HSL color Cylindrical-coordinate representation of color #464663: hue angle of 240º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464663 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 70 | 99 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.61 |
| HSL | 240º | 0.17% | 0.33% | - |
| HSV(B) | 240º | 0.29% | 0.39% | - |
| XYZ | 6.97 | 6.58 | 12.71 | - |
| YUV | 73.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 99 | 0.29 | 0.29 | 0 | 0.61 | 240 | 0.17 | 0.33 |
| Hex | 46 | 46 | 63 | 1D | 1D | 0 | 3D | F0 | 11 | 21 |
| Octal | 106 | 106 | 143 | 35 | 35 | 0 | 75 | 360 | 21 | 41 |
| Binary | 1000110 | 1000110 | 1100011 | 11101 | 11101 | 0 | 111101 | 11110000 | 10001 | 100001 |
Color Harmonies of #464663
Complementary color
Monochromatic Colors of #464663
Black with #464663
Text Example
Text Example
White with #464663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464663; }
p { color: rgb(70,70,99); }
H1.HeaderClassName
{
color: #464663;
}
.AnyTagClassName
{
color: #464663;
}
</style>
background-color css
<style>
a { background-color: #464663; }
a { background-color: rgb(70,70,99); }
div.DivClassName
{
background-color: #464663;
}
.BgClassName
{
background-color: #464663;
}
</style>
border-color css
<style>
span { border-color: #464663; }
span { border-color: rgb(70,70,99); }
td.TdClassName
{
border-color: #464663;
}
.TagClassName
{
border-color: #464663;
}
</style>