Shades of Corn Flower Blue #464073
Tints of Corn Flower Blue #464073
RGB
CMYK
RGB Variations
Color information
#464073 (or 0x464073) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 73. RGB value is (70,64,115). Sum of RGB (Red+Green+Blue) = 70+64+115=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #464073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464073 is #B9BF8C. Grayscale: #474747. Windows color (decimal): -12173197 or 7553094. OLE color: 7553094.
HSL color Cylindrical-coordinate representation of color #464073: hue angle of 247.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #464073 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 64 | 115 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.55 |
| HSL | 247.06º | 0.28% | 0.35% | - |
| HSV(B) | 247.06º | 0.44% | 0.45% | - |
| XYZ | 7.45 | 6.21 | 17.02 | - |
| YUV | 71.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 115 | 0.39 | 0.44 | 0 | 0.55 | 247.06 | 0.28 | 0.35 |
| Hex | 46 | 40 | 73 | 27 | 2C | 0 | 37 | F7 | 1C | 23 |
| Octal | 106 | 100 | 163 | 47 | 54 | 0 | 67 | 367 | 34 | 43 |
| Binary | 1000110 | 1000000 | 1110011 | 100111 | 101100 | 0 | 110111 | 11110111 | 11100 | 100011 |
Color Harmonies of #464073
Complementary color
Monochromatic Colors of #464073
Black with #464073
Text Example
Text Example
White with #464073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464073; }
p { color: rgb(70,64,115); }
H1.HeaderClassName
{
color: #464073;
}
.AnyTagClassName
{
color: #464073;
}
</style>
background-color css
<style>
a { background-color: #464073; }
a { background-color: rgb(70,64,115); }
div.DivClassName
{
background-color: #464073;
}
.BgClassName
{
background-color: #464073;
}
</style>
border-color css
<style>
span { border-color: #464073; }
span { border-color: rgb(70,64,115); }
td.TdClassName
{
border-color: #464073;
}
.TagClassName
{
border-color: #464073;
}
</style>