Shades of Corn Flower Blue #454069
Tints of Corn Flower Blue #454069
RGB
CMYK
RGB Variations
Color information
#454069 (or 0x454069) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 69. RGB value is (69,64,105). Sum of RGB (Red+Green+Blue) = 69+64+105=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #454069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454069 is #BABF96. Grayscale: #464646. Windows color (decimal): -12238743 or 6897733. OLE color: 6897733.
HSL color Cylindrical-coordinate representation of color #454069: hue angle of 247.32º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454069 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 64 | 105 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.59 |
| HSL | 247.32º | 0.24% | 0.33% | - |
| HSV(B) | 247.32º | 0.39% | 0.41% | - |
| XYZ | 6.84 | 5.95 | 14.15 | - |
| YUV | 70.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 105 | 0.34 | 0.39 | 0 | 0.59 | 247.32 | 0.24 | 0.33 |
| Hex | 45 | 40 | 69 | 22 | 27 | 0 | 3B | F7 | 18 | 21 |
| Octal | 105 | 100 | 151 | 42 | 47 | 0 | 73 | 367 | 30 | 41 |
| Binary | 1000101 | 1000000 | 1101001 | 100010 | 100111 | 0 | 111011 | 11110111 | 11000 | 100001 |
Color Harmonies of #454069
Complementary color
Monochromatic Colors of #454069
Black with #454069
Text Example
Text Example
White with #454069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454069; }
p { color: rgb(69,64,105); }
H1.HeaderClassName
{
color: #454069;
}
.AnyTagClassName
{
color: #454069;
}
</style>
background-color css
<style>
a { background-color: #454069; }
a { background-color: rgb(69,64,105); }
div.DivClassName
{
background-color: #454069;
}
.BgClassName
{
background-color: #454069;
}
</style>
border-color css
<style>
span { border-color: #454069; }
span { border-color: rgb(69,64,105); }
td.TdClassName
{
border-color: #454069;
}
.TagClassName
{
border-color: #454069;
}
</style>