Shades of Corn Flower Blue #454466
Tints of Corn Flower Blue #454466
RGB
CMYK
RGB Variations
Color information
#454466 (or 0x454466) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 66. RGB value is (69,68,102). Sum of RGB (Red+Green+Blue) = 69+68+102=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #454466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454466 is #BABB99. Grayscale: #484848. Windows color (decimal): -12237722 or 6702149. OLE color: 6702149.
HSL color Cylindrical-coordinate representation of color #454466: hue angle of 241.76º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #454466 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 68 | 102 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.6 |
| HSL | 241.76º | 0.2% | 0.33% | - |
| HSV(B) | 241.76º | 0.33% | 0.4% | - |
| XYZ | 6.92 | 6.36 | 13.43 | - |
| YUV | 72.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 102 | 0.32 | 0.33 | 0 | 0.6 | 241.76 | 0.2 | 0.33 |
| Hex | 45 | 44 | 66 | 20 | 21 | 0 | 3C | F2 | 14 | 21 |
| Octal | 105 | 104 | 146 | 40 | 41 | 0 | 74 | 362 | 24 | 41 |
| Binary | 1000101 | 1000100 | 1100110 | 100000 | 100001 | 0 | 111100 | 11110010 | 10100 | 100001 |
Color Harmonies of #454466
Complementary color
Monochromatic Colors of #454466
Black with #454466
Text Example
Text Example
White with #454466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454466; }
p { color: rgb(69,68,102); }
H1.HeaderClassName
{
color: #454466;
}
.AnyTagClassName
{
color: #454466;
}
</style>
background-color css
<style>
a { background-color: #454466; }
a { background-color: rgb(69,68,102); }
div.DivClassName
{
background-color: #454466;
}
.BgClassName
{
background-color: #454466;
}
</style>
border-color css
<style>
span { border-color: #454466; }
span { border-color: rgb(69,68,102); }
td.TdClassName
{
border-color: #454466;
}
.TagClassName
{
border-color: #454466;
}
</style>