Shades of Corn Flower Blue #464565
Tints of Corn Flower Blue #464565
RGB
CMYK
RGB Variations
Color information
#464565 (or 0x464565) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 65. RGB value is (70,69,101). Sum of RGB (Red+Green+Blue) = 70+69+101=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #464565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464565 is #B9BA9A. Grayscale: #484848. Windows color (decimal): -12171931 or 6636870. OLE color: 6636870.
HSL color Cylindrical-coordinate representation of color #464565: hue angle of 241.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #464565 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 69 | 101 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.60 |
| HSL | 241.88º | 0.19% | 0.33% | - |
| HSV(B) | 241.88º | 0.32% | 0.4% | - |
| XYZ | 7 | 6.5 | 13.2 | - |
| YUV | 72.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 101 | 0.31 | 0.32 | 0 | 0.60 | 241.88 | 0.19 | 0.33 |
| Hex | 46 | 45 | 65 | 1F | 20 | 0 | 3C | F2 | 13 | 21 |
| Octal | 106 | 105 | 145 | 37 | 40 | 0 | 74 | 362 | 23 | 41 |
| Binary | 1000110 | 1000101 | 1100101 | 11111 | 100000 | 0 | 111100 | 11110010 | 10011 | 100001 |
Color Harmonies of #464565
Complementary color
Monochromatic Colors of #464565
Black with #464565
Text Example
Text Example
White with #464565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464565; }
p { color: rgb(70,69,101); }
H1.HeaderClassName
{
color: #464565;
}
.AnyTagClassName
{
color: #464565;
}
</style>
background-color css
<style>
a { background-color: #464565; }
a { background-color: rgb(70,69,101); }
div.DivClassName
{
background-color: #464565;
}
.BgClassName
{
background-color: #464565;
}
</style>
border-color css
<style>
span { border-color: #464565; }
span { border-color: rgb(70,69,101); }
td.TdClassName
{
border-color: #464565;
}
.TagClassName
{
border-color: #464565;
}
</style>