Shades of Corn Flower Blue #454565
Tints of Corn Flower Blue #454565
RGB
CMYK
RGB Variations
Color information
#454565 (or 0x454565) is known color: Corn Flower Blue. HEX triplet: 45, 45 and 65. RGB value is (69,69,101). Sum of RGB (Red+Green+Blue) = 69+69+101=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #454565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454565 is #BABA9A. Grayscale: #484848. Windows color (decimal): -12237467 or 6636869. OLE color: 6636869.
HSL color Cylindrical-coordinate representation of color #454565: hue angle of 240º 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 #454565 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 69 | 101 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.60 |
| HSL | 240º | 0.19% | 0.33% | - |
| HSV(B) | 240º | 0.32% | 0.4% | - |
| XYZ | 6.93 | 6.46 | 13.19 | - |
| YUV | 72.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 101 | 0.32 | 0.32 | 0 | 0.60 | 240 | 0.19 | 0.33 |
| Hex | 45 | 45 | 65 | 20 | 20 | 0 | 3C | F0 | 13 | 21 |
| Octal | 105 | 105 | 145 | 40 | 40 | 0 | 74 | 360 | 23 | 41 |
| Binary | 1000101 | 1000101 | 1100101 | 100000 | 100000 | 0 | 111100 | 11110000 | 10011 | 100001 |
Color Harmonies of #454565
Complementary color
Monochromatic Colors of #454565
Black with #454565
Text Example
Text Example
White with #454565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454565; }
p { color: rgb(69,69,101); }
H1.HeaderClassName
{
color: #454565;
}
.AnyTagClassName
{
color: #454565;
}
</style>
background-color css
<style>
a { background-color: #454565; }
a { background-color: rgb(69,69,101); }
div.DivClassName
{
background-color: #454565;
}
.BgClassName
{
background-color: #454565;
}
</style>
border-color css
<style>
span { border-color: #454565; }
span { border-color: rgb(69,69,101); }
td.TdClassName
{
border-color: #454565;
}
.TagClassName
{
border-color: #454565;
}
</style>