Shades of Corn Flower Blue #454173
Tints of Corn Flower Blue #454173
RGB
CMYK
RGB Variations
Color information
#454173 (or 0x454173) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 73. RGB value is (69,65,115). Sum of RGB (Red+Green+Blue) = 69+65+115=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 65 (25.78% from 255 or 26.10% 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 #454173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454173 is #BABE8C. Grayscale: #474747. Windows color (decimal): -12238477 or 7553349. OLE color: 7553349.
HSL color Cylindrical-coordinate representation of color #454173: hue angle of 244.8º 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 #454173 is Cyan = 0.4, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 65 | 115 | - |
| CMYK | 0.4 | 0.43 | 0 | 0.55 |
| HSL | 244.8º | 0.28% | 0.35% | - |
| HSV(B) | 244.8º | 0.43% | 0.45% | - |
| XYZ | 7.44 | 6.28 | 17.04 | - |
| YUV | 71.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 115 | 0.4 | 0.43 | 0 | 0.55 | 244.8 | 0.28 | 0.35 |
| Hex | 45 | 41 | 73 | 28 | 2B | 0 | 37 | F5 | 1C | 23 |
| Octal | 105 | 101 | 163 | 50 | 53 | 0 | 67 | 365 | 34 | 43 |
| Binary | 1000101 | 1000001 | 1110011 | 101000 | 101011 | 0 | 110111 | 11110101 | 11100 | 100011 |
Color Harmonies of #454173
Complementary color
Monochromatic Colors of #454173
Black with #454173
Text Example
Text Example
White with #454173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454173; }
p { color: rgb(69,65,115); }
H1.HeaderClassName
{
color: #454173;
}
.AnyTagClassName
{
color: #454173;
}
</style>
background-color css
<style>
a { background-color: #454173; }
a { background-color: rgb(69,65,115); }
div.DivClassName
{
background-color: #454173;
}
.BgClassName
{
background-color: #454173;
}
</style>
border-color css
<style>
span { border-color: #454173; }
span { border-color: rgb(69,65,115); }
td.TdClassName
{
border-color: #454173;
}
.TagClassName
{
border-color: #454173;
}
</style>