Shades of Corn Flower Blue #454468
Tints of Corn Flower Blue #454468
RGB
CMYK
RGB Variations
Color information
#454468 (or 0x454468) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 68. RGB value is (69,68,104). Sum of RGB (Red+Green+Blue) = 69+68+104=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #454468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454468 is #BABB97. Grayscale: #484848. Windows color (decimal): -12237720 or 6833221. OLE color: 6833221.
HSL color Cylindrical-coordinate representation of color #454468: hue angle of 241.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #454468 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 68 | 104 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.59 |
| HSL | 241.67º | 0.21% | 0.34% | - |
| HSV(B) | 241.67º | 0.35% | 0.41% | - |
| XYZ | 7.02 | 6.4 | 13.96 | - |
| YUV | 72.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 104 | 0.34 | 0.35 | 0 | 0.59 | 241.67 | 0.21 | 0.34 |
| Hex | 45 | 44 | 68 | 22 | 23 | 0 | 3B | F2 | 15 | 22 |
| Octal | 105 | 104 | 150 | 42 | 43 | 0 | 73 | 362 | 25 | 42 |
| Binary | 1000101 | 1000100 | 1101000 | 100010 | 100011 | 0 | 111011 | 11110010 | 10101 | 100010 |
Color Harmonies of #454468
Complementary color
Monochromatic Colors of #454468
Black with #454468
Text Example
Text Example
White with #454468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454468; }
p { color: rgb(69,68,104); }
H1.HeaderClassName
{
color: #454468;
}
.AnyTagClassName
{
color: #454468;
}
</style>
background-color css
<style>
a { background-color: #454468; }
a { background-color: rgb(69,68,104); }
div.DivClassName
{
background-color: #454468;
}
.BgClassName
{
background-color: #454468;
}
</style>
border-color css
<style>
span { border-color: #454468; }
span { border-color: rgb(69,68,104); }
td.TdClassName
{
border-color: #454468;
}
.TagClassName
{
border-color: #454468;
}
</style>