Shades of Corn Flower Blue #464471
Tints of Corn Flower Blue #464471
RGB
CMYK
RGB Variations
Color information
#464471 (or 0x464471) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 71. RGB value is (70,68,113). Sum of RGB (Red+Green+Blue) = 70+68+113=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #464471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464471 is #B9BB8E. Grayscale: #494949. Windows color (decimal): -12172175 or 7423046. OLE color: 7423046.
HSL color Cylindrical-coordinate representation of color #464471: hue angle of 242.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #464471 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 68 | 113 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.56 |
| HSL | 242.67º | 0.25% | 0.35% | - |
| HSV(B) | 242.67º | 0.4% | 0.44% | - |
| XYZ | 7.57 | 6.63 | 16.5 | - |
| YUV | 73.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 113 | 0.38 | 0.40 | 0 | 0.56 | 242.67 | 0.25 | 0.35 |
| Hex | 46 | 44 | 71 | 26 | 28 | 0 | 38 | F3 | 19 | 23 |
| Octal | 106 | 104 | 161 | 46 | 50 | 0 | 70 | 363 | 31 | 43 |
| Binary | 1000110 | 1000100 | 1110001 | 100110 | 101000 | 0 | 111000 | 11110011 | 11001 | 100011 |
Color Harmonies of #464471
Complementary color
Monochromatic Colors of #464471
Black with #464471
Text Example
Text Example
White with #464471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464471; }
p { color: rgb(70,68,113); }
H1.HeaderClassName
{
color: #464471;
}
.AnyTagClassName
{
color: #464471;
}
</style>
background-color css
<style>
a { background-color: #464471; }
a { background-color: rgb(70,68,113); }
div.DivClassName
{
background-color: #464471;
}
.BgClassName
{
background-color: #464471;
}
</style>
border-color css
<style>
span { border-color: #464471; }
span { border-color: rgb(70,68,113); }
td.TdClassName
{
border-color: #464471;
}
.TagClassName
{
border-color: #464471;
}
</style>