Shades of Corn Flower Blue #464472
Tints of Corn Flower Blue #464472
RGB
CMYK
RGB Variations
Color information
#464472 (or 0x464472) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 72. RGB value is (70,68,114). Sum of RGB (Red+Green+Blue) = 70+68+114=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #464472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464472 is #B9BB8D. Grayscale: #494949. Windows color (decimal): -12172174 or 7488582. OLE color: 7488582.
HSL color Cylindrical-coordinate representation of color #464472: hue angle of 242.61º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #464472 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 68 | 114 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.55 |
| HSL | 242.61º | 0.25% | 0.36% | - |
| HSV(B) | 242.61º | 0.4% | 0.45% | - |
| XYZ | 7.63 | 6.65 | 16.8 | - |
| YUV | 73.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 114 | 0.39 | 0.40 | 0 | 0.55 | 242.61 | 0.25 | 0.36 |
| Hex | 46 | 44 | 72 | 27 | 28 | 0 | 37 | F3 | 19 | 24 |
| Octal | 106 | 104 | 162 | 47 | 50 | 0 | 67 | 363 | 31 | 44 |
| Binary | 1000110 | 1000100 | 1110010 | 100111 | 101000 | 0 | 110111 | 11110011 | 11001 | 100100 |
Color Harmonies of #464472
Complementary color
Monochromatic Colors of #464472
Black with #464472
Text Example
Text Example
White with #464472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464472; }
p { color: rgb(70,68,114); }
H1.HeaderClassName
{
color: #464472;
}
.AnyTagClassName
{
color: #464472;
}
</style>
background-color css
<style>
a { background-color: #464472; }
a { background-color: rgb(70,68,114); }
div.DivClassName
{
background-color: #464472;
}
.BgClassName
{
background-color: #464472;
}
</style>
border-color css
<style>
span { border-color: #464472; }
span { border-color: rgb(70,68,114); }
td.TdClassName
{
border-color: #464472;
}
.TagClassName
{
border-color: #464472;
}
</style>