Shades of Corn Flower Blue #464977
Tints of Corn Flower Blue #464977
RGB
CMYK
RGB Variations
Color information
#464977 (or 0x464977) is known color: Corn Flower Blue. HEX triplet: 46, 49 and 77. RGB value is (70,73,119). Sum of RGB (Red+Green+Blue) = 70+73+119=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #464977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464977 is #B9B688. Grayscale: #4D4D4D. Windows color (decimal): -12170889 or 7817542. OLE color: 7817542.
HSL color Cylindrical-coordinate representation of color #464977: hue angle of 236.33º 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 #464977 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 73 | 119 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.53 |
| HSL | 236.33º | 0.26% | 0.37% | - |
| HSV(B) | 236.33º | 0.41% | 0.47% | - |
| XYZ | 8.24 | 7.4 | 18.45 | - |
| YUV | 77.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 119 | 0.41 | 0.39 | 0 | 0.53 | 236.33 | 0.26 | 0.37 |
| Hex | 46 | 49 | 77 | 29 | 27 | 0 | 35 | EC | 1A | 25 |
| Octal | 106 | 111 | 167 | 51 | 47 | 0 | 65 | 354 | 32 | 45 |
| Binary | 1000110 | 1001001 | 1110111 | 101001 | 100111 | 0 | 110101 | 11101100 | 11010 | 100101 |
Color Harmonies of #464977
Complementary color
Monochromatic Colors of #464977
Black with #464977
Text Example
Text Example
White with #464977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464977; }
p { color: rgb(70,73,119); }
H1.HeaderClassName
{
color: #464977;
}
.AnyTagClassName
{
color: #464977;
}
</style>
background-color css
<style>
a { background-color: #464977; }
a { background-color: rgb(70,73,119); }
div.DivClassName
{
background-color: #464977;
}
.BgClassName
{
background-color: #464977;
}
</style>
border-color css
<style>
span { border-color: #464977; }
span { border-color: rgb(70,73,119); }
td.TdClassName
{
border-color: #464977;
}
.TagClassName
{
border-color: #464977;
}
</style>