Shades of Corn Flower Blue #464971
Tints of Corn Flower Blue #464971
RGB
CMYK
RGB Variations
Color information
#464971 (or 0x464971) is known color: Corn Flower Blue. HEX triplet: 46, 49 and 71. RGB value is (70,73,113). Sum of RGB (Red+Green+Blue) = 70+73+113=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #464971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464971 is #B9B68E. Grayscale: #4C4C4C. Windows color (decimal): -12170895 or 7424326. OLE color: 7424326.
HSL color Cylindrical-coordinate representation of color #464971: hue angle of 235.81º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #464971 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 73 | 113 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.56 |
| HSL | 235.81º | 0.23% | 0.36% | - |
| HSV(B) | 235.81º | 0.38% | 0.44% | - |
| XYZ | 7.89 | 7.26 | 16.61 | - |
| YUV | 76.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 113 | 0.38 | 0.35 | 0 | 0.56 | 235.81 | 0.23 | 0.36 |
| Hex | 46 | 49 | 71 | 26 | 23 | 0 | 38 | EC | 17 | 24 |
| Octal | 106 | 111 | 161 | 46 | 43 | 0 | 70 | 354 | 27 | 44 |
| Binary | 1000110 | 1001001 | 1110001 | 100110 | 100011 | 0 | 111000 | 11101100 | 10111 | 100100 |
Color Harmonies of #464971
Complementary color
Monochromatic Colors of #464971
Black with #464971
Text Example
Text Example
White with #464971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464971; }
p { color: rgb(70,73,113); }
H1.HeaderClassName
{
color: #464971;
}
.AnyTagClassName
{
color: #464971;
}
</style>
background-color css
<style>
a { background-color: #464971; }
a { background-color: rgb(70,73,113); }
div.DivClassName
{
background-color: #464971;
}
.BgClassName
{
background-color: #464971;
}
</style>
border-color css
<style>
span { border-color: #464971; }
span { border-color: rgb(70,73,113); }
td.TdClassName
{
border-color: #464971;
}
.TagClassName
{
border-color: #464971;
}
</style>