Shades of Corn Flower Blue #454865
Tints of Corn Flower Blue #454865
RGB
CMYK
RGB Variations
Color information
#454865 (or 0x454865) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 65. RGB value is (69,72,101). Sum of RGB (Red+Green+Blue) = 69+72+101=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #454865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454865 is #BAB79A. Grayscale: #4A4A4A. Windows color (decimal): -12236699 or 6637637. OLE color: 6637637.
HSL color Cylindrical-coordinate representation of color #454865: hue angle of 234.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454865 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 72 | 101 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.60 |
| HSL | 234.38º | 0.19% | 0.33% | - |
| HSV(B) | 234.38º | 0.32% | 0.4% | - |
| XYZ | 7.12 | 6.84 | 13.26 | - |
| YUV | 74.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 101 | 0.32 | 0.29 | 0 | 0.60 | 234.38 | 0.19 | 0.33 |
| Hex | 45 | 48 | 65 | 20 | 1D | 0 | 3C | EA | 13 | 21 |
| Octal | 105 | 110 | 145 | 40 | 35 | 0 | 74 | 352 | 23 | 41 |
| Binary | 1000101 | 1001000 | 1100101 | 100000 | 11101 | 0 | 111100 | 11101010 | 10011 | 100001 |
Color Harmonies of #454865
Complementary color
Monochromatic Colors of #454865
Black with #454865
Text Example
Text Example
White with #454865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454865; }
p { color: rgb(69,72,101); }
H1.HeaderClassName
{
color: #454865;
}
.AnyTagClassName
{
color: #454865;
}
</style>
background-color css
<style>
a { background-color: #454865; }
a { background-color: rgb(69,72,101); }
div.DivClassName
{
background-color: #454865;
}
.BgClassName
{
background-color: #454865;
}
</style>
border-color css
<style>
span { border-color: #454865; }
span { border-color: rgb(69,72,101); }
td.TdClassName
{
border-color: #454865;
}
.TagClassName
{
border-color: #454865;
}
</style>