Shades of Corn Flower Blue #454867
Tints of Corn Flower Blue #454867
RGB
CMYK
RGB Variations
Color information
#454867 (or 0x454867) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 67. RGB value is (69,72,103). Sum of RGB (Red+Green+Blue) = 69+72+103=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #454867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454867 is #BAB798. Grayscale: #4A4A4A. Windows color (decimal): -12236697 or 6768709. OLE color: 6768709.
HSL color Cylindrical-coordinate representation of color #454867: hue angle of 234.71º 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 #454867 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 72 | 103 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.60 |
| HSL | 234.71º | 0.2% | 0.34% | - |
| HSV(B) | 234.71º | 0.33% | 0.4% | - |
| XYZ | 7.22 | 6.88 | 13.78 | - |
| YUV | 74.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 103 | 0.33 | 0.30 | 0 | 0.60 | 234.71 | 0.2 | 0.34 |
| Hex | 45 | 48 | 67 | 21 | 1E | 0 | 3C | EB | 14 | 22 |
| Octal | 105 | 110 | 147 | 41 | 36 | 0 | 74 | 353 | 24 | 42 |
| Binary | 1000101 | 1001000 | 1100111 | 100001 | 11110 | 0 | 111100 | 11101011 | 10100 | 100010 |
Color Harmonies of #454867
Complementary color
Monochromatic Colors of #454867
Black with #454867
Text Example
Text Example
White with #454867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454867; }
p { color: rgb(69,72,103); }
H1.HeaderClassName
{
color: #454867;
}
.AnyTagClassName
{
color: #454867;
}
</style>
background-color css
<style>
a { background-color: #454867; }
a { background-color: rgb(69,72,103); }
div.DivClassName
{
background-color: #454867;
}
.BgClassName
{
background-color: #454867;
}
</style>
border-color css
<style>
span { border-color: #454867; }
span { border-color: rgb(69,72,103); }
td.TdClassName
{
border-color: #454867;
}
.TagClassName
{
border-color: #454867;
}
</style>