Shades of Corn Flower Blue #454067
Tints of Corn Flower Blue #454067
RGB
CMYK
RGB Variations
Color information
#454067 (or 0x454067) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 67. RGB value is (69,64,103). Sum of RGB (Red+Green+Blue) = 69+64+103=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #454067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454067 is #BABF98. Grayscale: #454545. Windows color (decimal): -12238745 or 6766661. OLE color: 6766661.
HSL color Cylindrical-coordinate representation of color #454067: hue angle of 247.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #454067 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 64 | 103 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.60 |
| HSL | 247.69º | 0.23% | 0.33% | - |
| HSV(B) | 247.69º | 0.38% | 0.4% | - |
| XYZ | 6.74 | 5.91 | 13.62 | - |
| YUV | 69.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 103 | 0.33 | 0.38 | 0 | 0.60 | 247.69 | 0.23 | 0.33 |
| Hex | 45 | 40 | 67 | 21 | 26 | 0 | 3C | F8 | 17 | 21 |
| Octal | 105 | 100 | 147 | 41 | 46 | 0 | 74 | 370 | 27 | 41 |
| Binary | 1000101 | 1000000 | 1100111 | 100001 | 100110 | 0 | 111100 | 11111000 | 10111 | 100001 |
Color Harmonies of #454067
Complementary color
Monochromatic Colors of #454067
Black with #454067
Text Example
Text Example
White with #454067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454067; }
p { color: rgb(69,64,103); }
H1.HeaderClassName
{
color: #454067;
}
.AnyTagClassName
{
color: #454067;
}
</style>
background-color css
<style>
a { background-color: #454067; }
a { background-color: rgb(69,64,103); }
div.DivClassName
{
background-color: #454067;
}
.BgClassName
{
background-color: #454067;
}
</style>
border-color css
<style>
span { border-color: #454067; }
span { border-color: rgb(69,64,103); }
td.TdClassName
{
border-color: #454067;
}
.TagClassName
{
border-color: #454067;
}
</style>