Shades of Corn Flower Blue #464365
Tints of Corn Flower Blue #464365
RGB
CMYK
RGB Variations
Color information
#464365 (or 0x464365) is known color: Corn Flower Blue. HEX triplet: 46, 43 and 65. RGB value is (70,67,101). Sum of RGB (Red+Green+Blue) = 70+67+101=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #464365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464365 is #B9BC9A. Grayscale: #474747. Windows color (decimal): -12172443 or 6636358. OLE color: 6636358.
HSL color Cylindrical-coordinate representation of color #464365: hue angle of 245.29º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #464365 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 67 | 101 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.60 |
| HSL | 245.29º | 0.2% | 0.33% | - |
| HSV(B) | 245.29º | 0.34% | 0.4% | - |
| XYZ | 6.88 | 6.26 | 13.16 | - |
| YUV | 71.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 101 | 0.31 | 0.34 | 0 | 0.60 | 245.29 | 0.2 | 0.33 |
| Hex | 46 | 43 | 65 | 1F | 22 | 0 | 3C | F5 | 14 | 21 |
| Octal | 106 | 103 | 145 | 37 | 42 | 0 | 74 | 365 | 24 | 41 |
| Binary | 1000110 | 1000011 | 1100101 | 11111 | 100010 | 0 | 111100 | 11110101 | 10100 | 100001 |
Color Harmonies of #464365
Complementary color
Monochromatic Colors of #464365
Black with #464365
Text Example
Text Example
White with #464365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464365; }
p { color: rgb(70,67,101); }
H1.HeaderClassName
{
color: #464365;
}
.AnyTagClassName
{
color: #464365;
}
</style>
background-color css
<style>
a { background-color: #464365; }
a { background-color: rgb(70,67,101); }
div.DivClassName
{
background-color: #464365;
}
.BgClassName
{
background-color: #464365;
}
</style>
border-color css
<style>
span { border-color: #464365; }
span { border-color: rgb(70,67,101); }
td.TdClassName
{
border-color: #464365;
}
.TagClassName
{
border-color: #464365;
}
</style>