Shades of Corn Flower Blue #464479
Tints of Corn Flower Blue #464479
RGB
CMYK
RGB Variations
Color information
#464479 (or 0x464479) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 79. RGB value is (70,68,121). Sum of RGB (Red+Green+Blue) = 70+68+121=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #464479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464479 is #B9BB86. Grayscale: #4A4A4A. Windows color (decimal): -12172167 or 7947334. OLE color: 7947334.
HSL color Cylindrical-coordinate representation of color #464479: hue angle of 242.26º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #464479 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 68 | 121 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.53 |
| HSL | 242.26º | 0.28% | 0.37% | - |
| HSV(B) | 242.26º | 0.44% | 0.47% | - |
| XYZ | 8.04 | 6.82 | 18.98 | - |
| YUV | 74.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 121 | 0.42 | 0.44 | 0 | 0.53 | 242.26 | 0.28 | 0.37 |
| Hex | 46 | 44 | 79 | 2A | 2C | 0 | 35 | F2 | 1C | 25 |
| Octal | 106 | 104 | 171 | 52 | 54 | 0 | 65 | 362 | 34 | 45 |
| Binary | 1000110 | 1000100 | 1111001 | 101010 | 101100 | 0 | 110101 | 11110010 | 11100 | 100101 |
Color Harmonies of #464479
Complementary color
Monochromatic Colors of #464479
Black with #464479
Text Example
Text Example
White with #464479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464479; }
p { color: rgb(70,68,121); }
H1.HeaderClassName
{
color: #464479;
}
.AnyTagClassName
{
color: #464479;
}
</style>
background-color css
<style>
a { background-color: #464479; }
a { background-color: rgb(70,68,121); }
div.DivClassName
{
background-color: #464479;
}
.BgClassName
{
background-color: #464479;
}
</style>
border-color css
<style>
span { border-color: #464479; }
span { border-color: rgb(70,68,121); }
td.TdClassName
{
border-color: #464479;
}
.TagClassName
{
border-color: #464479;
}
</style>