Shades of Corn Flower Blue #454266
Tints of Corn Flower Blue #454266
RGB
CMYK
RGB Variations
Color information
#454266 (or 0x454266) is known color: Corn Flower Blue. HEX triplet: 45, 42 and 66. RGB value is (69,66,102). Sum of RGB (Red+Green+Blue) = 69+66+102=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #454266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454266 is #BABD99. Grayscale: #464646. Windows color (decimal): -12238234 or 6701637. OLE color: 6701637.
HSL color Cylindrical-coordinate representation of color #454266: hue angle of 245º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #454266 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 66 | 102 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.6 |
| HSL | 245º | 0.21% | 0.33% | - |
| HSV(B) | 245º | 0.35% | 0.4% | - |
| XYZ | 6.8 | 6.12 | 13.39 | - |
| YUV | 71 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 102 | 0.32 | 0.35 | 0 | 0.6 | 245 | 0.21 | 0.33 |
| Hex | 45 | 42 | 66 | 20 | 23 | 0 | 3C | F5 | 15 | 21 |
| Octal | 105 | 102 | 146 | 40 | 43 | 0 | 74 | 365 | 25 | 41 |
| Binary | 1000101 | 1000010 | 1100110 | 100000 | 100011 | 0 | 111100 | 11110101 | 10101 | 100001 |
Color Harmonies of #454266
Complementary color
Monochromatic Colors of #454266
Black with #454266
Text Example
Text Example
White with #454266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454266; }
p { color: rgb(69,66,102); }
H1.HeaderClassName
{
color: #454266;
}
.AnyTagClassName
{
color: #454266;
}
</style>
background-color css
<style>
a { background-color: #454266; }
a { background-color: rgb(69,66,102); }
div.DivClassName
{
background-color: #454266;
}
.BgClassName
{
background-color: #454266;
}
</style>
border-color css
<style>
span { border-color: #454266; }
span { border-color: rgb(69,66,102); }
td.TdClassName
{
border-color: #454266;
}
.TagClassName
{
border-color: #454266;
}
</style>