Shades of Corn Flower Blue #464270
Tints of Corn Flower Blue #464270
RGB
CMYK
RGB Variations
Color information
#464270 (or 0x464270) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 70. RGB value is (70,66,112). Sum of RGB (Red+Green+Blue) = 70+66+112=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #464270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464270 is #B9BD8F. Grayscale: #484848. Windows color (decimal): -12172688 or 7356998. OLE color: 7356998.
HSL color Cylindrical-coordinate representation of color #464270: hue angle of 245.22º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #464270 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 66 | 112 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.56 |
| HSL | 245.22º | 0.26% | 0.35% | - |
| HSV(B) | 245.22º | 0.41% | 0.44% | - |
| XYZ | 7.4 | 6.37 | 16.17 | - |
| YUV | 72.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 112 | 0.38 | 0.41 | 0 | 0.56 | 245.22 | 0.26 | 0.35 |
| Hex | 46 | 42 | 70 | 26 | 29 | 0 | 38 | F5 | 1A | 23 |
| Octal | 106 | 102 | 160 | 46 | 51 | 0 | 70 | 365 | 32 | 43 |
| Binary | 1000110 | 1000010 | 1110000 | 100110 | 101001 | 0 | 111000 | 11110101 | 11010 | 100011 |
Color Harmonies of #464270
Complementary color
Monochromatic Colors of #464270
Black with #464270
Text Example
Text Example
White with #464270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464270; }
p { color: rgb(70,66,112); }
H1.HeaderClassName
{
color: #464270;
}
.AnyTagClassName
{
color: #464270;
}
</style>
background-color css
<style>
a { background-color: #464270; }
a { background-color: rgb(70,66,112); }
div.DivClassName
{
background-color: #464270;
}
.BgClassName
{
background-color: #464270;
}
</style>
border-color css
<style>
span { border-color: #464270; }
span { border-color: rgb(70,66,112); }
td.TdClassName
{
border-color: #464270;
}
.TagClassName
{
border-color: #464270;
}
</style>