Shades of Corn Flower Blue #464166
Tints of Corn Flower Blue #464166
RGB
CMYK
RGB Variations
Color information
#464166 (or 0x464166) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 66. RGB value is (70,65,102). Sum of RGB (Red+Green+Blue) = 70+65+102=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #464166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464166 is #B9BE99. Grayscale: #464646. Windows color (decimal): -12172954 or 6701382. OLE color: 6701382.
HSL color Cylindrical-coordinate representation of color #464166: hue angle of 248.11º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #464166 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 65 | 102 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.6 |
| HSL | 248.11º | 0.22% | 0.33% | - |
| HSV(B) | 248.11º | 0.36% | 0.4% | - |
| XYZ | 6.81 | 6.04 | 13.38 | - |
| YUV | 70.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 102 | 0.31 | 0.36 | 0 | 0.6 | 248.11 | 0.22 | 0.33 |
| Hex | 46 | 41 | 66 | 1F | 24 | 0 | 3C | F8 | 16 | 21 |
| Octal | 106 | 101 | 146 | 37 | 44 | 0 | 74 | 370 | 26 | 41 |
| Binary | 1000110 | 1000001 | 1100110 | 11111 | 100100 | 0 | 111100 | 11111000 | 10110 | 100001 |
Color Harmonies of #464166
Complementary color
Monochromatic Colors of #464166
Black with #464166
Text Example
Text Example
White with #464166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464166; }
p { color: rgb(70,65,102); }
H1.HeaderClassName
{
color: #464166;
}
.AnyTagClassName
{
color: #464166;
}
</style>
background-color css
<style>
a { background-color: #464166; }
a { background-color: rgb(70,65,102); }
div.DivClassName
{
background-color: #464166;
}
.BgClassName
{
background-color: #464166;
}
</style>
border-color css
<style>
span { border-color: #464166; }
span { border-color: rgb(70,65,102); }
td.TdClassName
{
border-color: #464166;
}
.TagClassName
{
border-color: #464166;
}
</style>