Shades of Corn Flower Blue #464578
Tints of Corn Flower Blue #464578
RGB
CMYK
RGB Variations
Color information
#464578 (or 0x464578) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 78. RGB value is (70,69,120). Sum of RGB (Red+Green+Blue) = 70+69+120=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #464578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464578 is #B9BA87. Grayscale: #4A4A4A. Windows color (decimal): -12171912 or 7882054. OLE color: 7882054.
HSL color Cylindrical-coordinate representation of color #464578: hue angle of 241.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464578 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 69 | 120 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.53 |
| HSL | 241.18º | 0.27% | 0.37% | - |
| HSV(B) | 241.18º | 0.43% | 0.47% | - |
| XYZ | 8.04 | 6.91 | 18.68 | - |
| YUV | 75.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 120 | 0.42 | 0.42 | 0 | 0.53 | 241.18 | 0.27 | 0.37 |
| Hex | 46 | 45 | 78 | 2A | 2A | 0 | 35 | F1 | 1B | 25 |
| Octal | 106 | 105 | 170 | 52 | 52 | 0 | 65 | 361 | 33 | 45 |
| Binary | 1000110 | 1000101 | 1111000 | 101010 | 101010 | 0 | 110101 | 11110001 | 11011 | 100101 |
Color Harmonies of #464578
Complementary color
Monochromatic Colors of #464578
Black with #464578
Text Example
Text Example
White with #464578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464578; }
p { color: rgb(70,69,120); }
H1.HeaderClassName
{
color: #464578;
}
.AnyTagClassName
{
color: #464578;
}
</style>
background-color css
<style>
a { background-color: #464578; }
a { background-color: rgb(70,69,120); }
div.DivClassName
{
background-color: #464578;
}
.BgClassName
{
background-color: #464578;
}
</style>
border-color css
<style>
span { border-color: #464578; }
span { border-color: rgb(70,69,120); }
td.TdClassName
{
border-color: #464578;
}
.TagClassName
{
border-color: #464578;
}
</style>