Shades of Corn Flower Blue #464573
Tints of Corn Flower Blue #464573
RGB
CMYK
RGB Variations
Color information
#464573 (or 0x464573) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 73. RGB value is (70,69,115). Sum of RGB (Red+Green+Blue) = 70+69+115=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #464573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464573 is #B9BA8C. Grayscale: #4A4A4A. Windows color (decimal): -12171917 or 7554374. OLE color: 7554374.
HSL color Cylindrical-coordinate representation of color #464573: hue angle of 241.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #464573 is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 69 | 115 | - |
| CMYK | 0.39 | 0.4 | 0 | 0.55 |
| HSL | 241.3º | 0.25% | 0.36% | - |
| HSV(B) | 241.3º | 0.4% | 0.45% | - |
| XYZ | 7.75 | 6.8 | 17.12 | - |
| YUV | 74.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 115 | 0.39 | 0.4 | 0 | 0.55 | 241.3 | 0.25 | 0.36 |
| Hex | 46 | 45 | 73 | 27 | 28 | 0 | 37 | F1 | 19 | 24 |
| Octal | 106 | 105 | 163 | 47 | 50 | 0 | 67 | 361 | 31 | 44 |
| Binary | 1000110 | 1000101 | 1110011 | 100111 | 101000 | 0 | 110111 | 11110001 | 11001 | 100100 |
Color Harmonies of #464573
Complementary color
Monochromatic Colors of #464573
Black with #464573
Text Example
Text Example
White with #464573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464573; }
p { color: rgb(70,69,115); }
H1.HeaderClassName
{
color: #464573;
}
.AnyTagClassName
{
color: #464573;
}
</style>
background-color css
<style>
a { background-color: #464573; }
a { background-color: rgb(70,69,115); }
div.DivClassName
{
background-color: #464573;
}
.BgClassName
{
background-color: #464573;
}
</style>
border-color css
<style>
span { border-color: #464573; }
span { border-color: rgb(70,69,115); }
td.TdClassName
{
border-color: #464573;
}
.TagClassName
{
border-color: #464573;
}
</style>