Shades of Corn Flower Blue #464268
Tints of Corn Flower Blue #464268
RGB
CMYK
RGB Variations
Color information
#464268 (or 0x464268) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 68. RGB value is (70,66,104). Sum of RGB (Red+Green+Blue) = 70+66+104=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #464268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464268 is #B9BD97. Grayscale: #474747. Windows color (decimal): -12172696 or 6832710. OLE color: 6832710.
HSL color Cylindrical-coordinate representation of color #464268: hue angle of 246.32º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #464268 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 66 | 104 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.59 |
| HSL | 246.32º | 0.22% | 0.33% | - |
| HSV(B) | 246.32º | 0.37% | 0.41% | - |
| XYZ | 6.97 | 6.2 | 13.93 | - |
| YUV | 71.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 104 | 0.33 | 0.37 | 0 | 0.59 | 246.32 | 0.22 | 0.33 |
| Hex | 46 | 42 | 68 | 21 | 25 | 0 | 3B | F6 | 16 | 21 |
| Octal | 106 | 102 | 150 | 41 | 45 | 0 | 73 | 366 | 26 | 41 |
| Binary | 1000110 | 1000010 | 1101000 | 100001 | 100101 | 0 | 111011 | 11110110 | 10110 | 100001 |
Color Harmonies of #464268
Complementary color
Monochromatic Colors of #464268
Black with #464268
Text Example
Text Example
White with #464268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464268; }
p { color: rgb(70,66,104); }
H1.HeaderClassName
{
color: #464268;
}
.AnyTagClassName
{
color: #464268;
}
</style>
background-color css
<style>
a { background-color: #464268; }
a { background-color: rgb(70,66,104); }
div.DivClassName
{
background-color: #464268;
}
.BgClassName
{
background-color: #464268;
}
</style>
border-color css
<style>
span { border-color: #464268; }
span { border-color: rgb(70,66,104); }
td.TdClassName
{
border-color: #464268;
}
.TagClassName
{
border-color: #464268;
}
</style>