Shades of Corn Flower Blue #464678
Tints of Corn Flower Blue #464678
RGB
CMYK
RGB Variations
Color information
#464678 (or 0x464678) is known color: Corn Flower Blue. HEX triplet: 46, 46 and 78. RGB value is (70,70,120). Sum of RGB (Red+Green+Blue) = 70+70+120=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #464678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464678 is #B9B987. Grayscale: #4B4B4B. Windows color (decimal): -12171656 or 7882310. OLE color: 7882310.
HSL color Cylindrical-coordinate representation of color #464678: hue angle of 240º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464678 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 70 | 120 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.53 |
| HSL | 240º | 0.26% | 0.37% | - |
| HSV(B) | 240º | 0.42% | 0.47% | - |
| XYZ | 8.11 | 7.04 | 18.7 | - |
| YUV | 75.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 120 | 0.42 | 0.42 | 0 | 0.53 | 240 | 0.26 | 0.37 |
| Hex | 46 | 46 | 78 | 2A | 2A | 0 | 35 | F0 | 1A | 25 |
| Octal | 106 | 106 | 170 | 52 | 52 | 0 | 65 | 360 | 32 | 45 |
| Binary | 1000110 | 1000110 | 1111000 | 101010 | 101010 | 0 | 110101 | 11110000 | 11010 | 100101 |
Color Harmonies of #464678
Complementary color
Monochromatic Colors of #464678
Black with #464678
Text Example
Text Example
White with #464678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464678; }
p { color: rgb(70,70,120); }
H1.HeaderClassName
{
color: #464678;
}
.AnyTagClassName
{
color: #464678;
}
</style>
background-color css
<style>
a { background-color: #464678; }
a { background-color: rgb(70,70,120); }
div.DivClassName
{
background-color: #464678;
}
.BgClassName
{
background-color: #464678;
}
</style>
border-color css
<style>
span { border-color: #464678; }
span { border-color: rgb(70,70,120); }
td.TdClassName
{
border-color: #464678;
}
.TagClassName
{
border-color: #464678;
}
</style>