Shades of Corn Flower Blue #464173
Tints of Corn Flower Blue #464173
RGB
CMYK
RGB Variations
Color information
#464173 (or 0x464173) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 73. RGB value is (70,65,115). Sum of RGB (Red+Green+Blue) = 70+65+115=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #464173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464173 is #B9BE8C. Grayscale: #484848. Windows color (decimal): -12172941 or 7553350. OLE color: 7553350.
HSL color Cylindrical-coordinate representation of color #464173: hue angle of 246º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464173 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 65 | 115 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.55 |
| HSL | 246º | 0.28% | 0.35% | - |
| HSV(B) | 246º | 0.43% | 0.45% | - |
| XYZ | 7.51 | 6.32 | 17.04 | - |
| YUV | 72.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 115 | 0.39 | 0.43 | 0 | 0.55 | 246 | 0.28 | 0.35 |
| Hex | 46 | 41 | 73 | 27 | 2B | 0 | 37 | F6 | 1C | 23 |
| Octal | 106 | 101 | 163 | 47 | 53 | 0 | 67 | 366 | 34 | 43 |
| Binary | 1000110 | 1000001 | 1110011 | 100111 | 101011 | 0 | 110111 | 11110110 | 11100 | 100011 |
Color Harmonies of #464173
Complementary color
Monochromatic Colors of #464173
Black with #464173
Text Example
Text Example
White with #464173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464173; }
p { color: rgb(70,65,115); }
H1.HeaderClassName
{
color: #464173;
}
.AnyTagClassName
{
color: #464173;
}
</style>
background-color css
<style>
a { background-color: #464173; }
a { background-color: rgb(70,65,115); }
div.DivClassName
{
background-color: #464173;
}
.BgClassName
{
background-color: #464173;
}
</style>
border-color css
<style>
span { border-color: #464173; }
span { border-color: rgb(70,65,115); }
td.TdClassName
{
border-color: #464173;
}
.TagClassName
{
border-color: #464173;
}
</style>