Shades of Corn Flower Blue #454068
Tints of Corn Flower Blue #454068
RGB
CMYK
RGB Variations
Color information
#454068 (or 0x454068) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 68. RGB value is (69,64,104). Sum of RGB (Red+Green+Blue) = 69+64+104=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #454068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454068 is #BABF97. Grayscale: #454545. Windows color (decimal): -12238744 or 6832197. OLE color: 6832197.
HSL color Cylindrical-coordinate representation of color #454068: hue angle of 247.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #454068 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 64 | 104 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.59 |
| HSL | 247.5º | 0.24% | 0.33% | - |
| HSV(B) | 247.5º | 0.38% | 0.41% | - |
| XYZ | 6.79 | 5.93 | 13.88 | - |
| YUV | 70.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 104 | 0.34 | 0.38 | 0 | 0.59 | 247.5 | 0.24 | 0.33 |
| Hex | 45 | 40 | 68 | 22 | 26 | 0 | 3B | F8 | 18 | 21 |
| Octal | 105 | 100 | 150 | 42 | 46 | 0 | 73 | 370 | 30 | 41 |
| Binary | 1000101 | 1000000 | 1101000 | 100010 | 100110 | 0 | 111011 | 11111000 | 11000 | 100001 |
Color Harmonies of #454068
Complementary color
Monochromatic Colors of #454068
Black with #454068
Text Example
Text Example
White with #454068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454068; }
p { color: rgb(69,64,104); }
H1.HeaderClassName
{
color: #454068;
}
.AnyTagClassName
{
color: #454068;
}
</style>
background-color css
<style>
a { background-color: #454068; }
a { background-color: rgb(69,64,104); }
div.DivClassName
{
background-color: #454068;
}
.BgClassName
{
background-color: #454068;
}
</style>
border-color css
<style>
span { border-color: #454068; }
span { border-color: rgb(69,64,104); }
td.TdClassName
{
border-color: #454068;
}
.TagClassName
{
border-color: #454068;
}
</style>