Shades of Corn Flower Blue #454567
Tints of Corn Flower Blue #454567
RGB
CMYK
RGB Variations
Color information
#454567 (or 0x454567) is known color: Corn Flower Blue. HEX triplet: 45, 45 and 67. RGB value is (69,69,103). Sum of RGB (Red+Green+Blue) = 69+69+103=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #454567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454567 is #BABA98. Grayscale: #484848. Windows color (decimal): -12237465 or 6767941. OLE color: 6767941.
HSL color Cylindrical-coordinate representation of color #454567: hue angle of 240º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #454567 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 69 | 103 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.60 |
| HSL | 240º | 0.2% | 0.34% | - |
| HSV(B) | 240º | 0.33% | 0.4% | - |
| XYZ | 7.03 | 6.5 | 13.72 | - |
| YUV | 72.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 103 | 0.33 | 0.33 | 0 | 0.60 | 240 | 0.2 | 0.34 |
| Hex | 45 | 45 | 67 | 21 | 21 | 0 | 3C | F0 | 14 | 22 |
| Octal | 105 | 105 | 147 | 41 | 41 | 0 | 74 | 360 | 24 | 42 |
| Binary | 1000101 | 1000101 | 1100111 | 100001 | 100001 | 0 | 111100 | 11110000 | 10100 | 100010 |
Color Harmonies of #454567
Complementary color
Monochromatic Colors of #454567
Black with #454567
Text Example
Text Example
White with #454567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454567; }
p { color: rgb(69,69,103); }
H1.HeaderClassName
{
color: #454567;
}
.AnyTagClassName
{
color: #454567;
}
</style>
background-color css
<style>
a { background-color: #454567; }
a { background-color: rgb(69,69,103); }
div.DivClassName
{
background-color: #454567;
}
.BgClassName
{
background-color: #454567;
}
</style>
border-color css
<style>
span { border-color: #454567; }
span { border-color: rgb(69,69,103); }
td.TdClassName
{
border-color: #454567;
}
.TagClassName
{
border-color: #454567;
}
</style>