Shades of Corn Flower Blue #464778
Tints of Corn Flower Blue #464778
RGB
CMYK
RGB Variations
Color information
#464778 (or 0x464778) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 78. RGB value is (70,71,120). Sum of RGB (Red+Green+Blue) = 70+71+120=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #464778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464778 is #B9B887. Grayscale: #4C4C4C. Windows color (decimal): -12171400 or 7882566. OLE color: 7882566.
HSL color Cylindrical-coordinate representation of color #464778: hue angle of 238.8º 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 #464778 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 71 | 120 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.53 |
| HSL | 238.8º | 0.26% | 0.37% | - |
| HSV(B) | 238.8º | 0.42% | 0.47% | - |
| XYZ | 8.17 | 7.16 | 18.72 | - |
| YUV | 76.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 120 | 0.42 | 0.41 | 0 | 0.53 | 238.8 | 0.26 | 0.37 |
| Hex | 46 | 47 | 78 | 2A | 29 | 0 | 35 | EF | 1A | 25 |
| Octal | 106 | 107 | 170 | 52 | 51 | 0 | 65 | 357 | 32 | 45 |
| Binary | 1000110 | 1000111 | 1111000 | 101010 | 101001 | 0 | 110101 | 11101111 | 11010 | 100101 |
Color Harmonies of #464778
Complementary color
Monochromatic Colors of #464778
Black with #464778
Text Example
Text Example
White with #464778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464778; }
p { color: rgb(70,71,120); }
H1.HeaderClassName
{
color: #464778;
}
.AnyTagClassName
{
color: #464778;
}
</style>
background-color css
<style>
a { background-color: #464778; }
a { background-color: rgb(70,71,120); }
div.DivClassName
{
background-color: #464778;
}
.BgClassName
{
background-color: #464778;
}
</style>
border-color css
<style>
span { border-color: #464778; }
span { border-color: rgb(70,71,120); }
td.TdClassName
{
border-color: #464778;
}
.TagClassName
{
border-color: #464778;
}
</style>