Shades of Corn Flower Blue #454063
Tints of Corn Flower Blue #454063
RGB
CMYK
RGB Variations
Color information
#454063 (or 0x454063) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 63. RGB value is (69,64,99). Sum of RGB (Red+Green+Blue) = 69+64+99=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #454063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454063 is #BABF9C. Grayscale: #454545. Windows color (decimal): -12238749 or 6504517. OLE color: 6504517.
HSL color Cylindrical-coordinate representation of color #454063: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #454063 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 64 | 99 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.61 |
| HSL | 248.57º | 0.21% | 0.32% | - |
| HSV(B) | 248.57º | 0.35% | 0.39% | - |
| XYZ | 6.54 | 5.83 | 12.59 | - |
| YUV | 69.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 99 | 0.30 | 0.35 | 0 | 0.61 | 248.57 | 0.21 | 0.32 |
| Hex | 45 | 40 | 63 | 1E | 23 | 0 | 3D | F9 | 15 | 20 |
| Octal | 105 | 100 | 143 | 36 | 43 | 0 | 75 | 371 | 25 | 40 |
| Binary | 1000101 | 1000000 | 1100011 | 11110 | 100011 | 0 | 111101 | 11111001 | 10101 | 100000 |
Color Harmonies of #454063
Complementary color
Monochromatic Colors of #454063
Black with #454063
Text Example
Text Example
White with #454063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454063; }
p { color: rgb(69,64,99); }
H1.HeaderClassName
{
color: #454063;
}
.AnyTagClassName
{
color: #454063;
}
</style>
background-color css
<style>
a { background-color: #454063; }
a { background-color: rgb(69,64,99); }
div.DivClassName
{
background-color: #454063;
}
.BgClassName
{
background-color: #454063;
}
</style>
border-color css
<style>
span { border-color: #454063; }
span { border-color: rgb(69,64,99); }
td.TdClassName
{
border-color: #454063;
}
.TagClassName
{
border-color: #454063;
}
</style>