Shades of Corn Flower Blue #464777
Tints of Corn Flower Blue #464777
RGB
CMYK
RGB Variations
Color information
#464777 (or 0x464777) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 77. RGB value is (70,71,119). Sum of RGB (Red+Green+Blue) = 70+71+119=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #464777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464777 is #B9B888. Grayscale: #4B4B4B. Windows color (decimal): -12171401 or 7817030. OLE color: 7817030.
HSL color Cylindrical-coordinate representation of color #464777: hue angle of 238.78º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #464777 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 71 | 119 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.53 |
| HSL | 238.78º | 0.26% | 0.37% | - |
| HSV(B) | 238.78º | 0.41% | 0.47% | - |
| XYZ | 8.11 | 7.14 | 18.4 | - |
| YUV | 76.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 119 | 0.41 | 0.40 | 0 | 0.53 | 238.78 | 0.26 | 0.37 |
| Hex | 46 | 47 | 77 | 29 | 28 | 0 | 35 | EF | 1A | 25 |
| Octal | 106 | 107 | 167 | 51 | 50 | 0 | 65 | 357 | 32 | 45 |
| Binary | 1000110 | 1000111 | 1110111 | 101001 | 101000 | 0 | 110101 | 11101111 | 11010 | 100101 |
Color Harmonies of #464777
Complementary color
Monochromatic Colors of #464777
Black with #464777
Text Example
Text Example
White with #464777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464777; }
p { color: rgb(70,71,119); }
H1.HeaderClassName
{
color: #464777;
}
.AnyTagClassName
{
color: #464777;
}
</style>
background-color css
<style>
a { background-color: #464777; }
a { background-color: rgb(70,71,119); }
div.DivClassName
{
background-color: #464777;
}
.BgClassName
{
background-color: #464777;
}
</style>
border-color css
<style>
span { border-color: #464777; }
span { border-color: rgb(70,71,119); }
td.TdClassName
{
border-color: #464777;
}
.TagClassName
{
border-color: #464777;
}
</style>