Shades of Corn Flower Blue #454473
Tints of Corn Flower Blue #454473
RGB
CMYK
RGB Variations
Color information
#454473 (or 0x454473) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 73. RGB value is (69,68,115). Sum of RGB (Red+Green+Blue) = 69+68+115=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #454473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454473 is #BABB8C. Grayscale: #494949. Windows color (decimal): -12237709 or 7554117. OLE color: 7554117.
HSL color Cylindrical-coordinate representation of color #454473: hue angle of 241.28º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #454473 is Cyan = 0.4, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 68 | 115 | - |
| CMYK | 0.4 | 0.41 | 0 | 0.55 |
| HSL | 241.28º | 0.26% | 0.36% | - |
| HSV(B) | 241.28º | 0.41% | 0.45% | - |
| XYZ | 7.62 | 6.64 | 17.1 | - |
| YUV | 73.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 115 | 0.4 | 0.41 | 0 | 0.55 | 241.28 | 0.26 | 0.36 |
| Hex | 45 | 44 | 73 | 28 | 29 | 0 | 37 | F1 | 1A | 24 |
| Octal | 105 | 104 | 163 | 50 | 51 | 0 | 67 | 361 | 32 | 44 |
| Binary | 1000101 | 1000100 | 1110011 | 101000 | 101001 | 0 | 110111 | 11110001 | 11010 | 100100 |
Color Harmonies of #454473
Complementary color
Monochromatic Colors of #454473
Black with #454473
Text Example
Text Example
White with #454473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454473; }
p { color: rgb(69,68,115); }
H1.HeaderClassName
{
color: #454473;
}
.AnyTagClassName
{
color: #454473;
}
</style>
background-color css
<style>
a { background-color: #454473; }
a { background-color: rgb(69,68,115); }
div.DivClassName
{
background-color: #454473;
}
.BgClassName
{
background-color: #454473;
}
</style>
border-color css
<style>
span { border-color: #454473; }
span { border-color: rgb(69,68,115); }
td.TdClassName
{
border-color: #454473;
}
.TagClassName
{
border-color: #454473;
}
</style>