Shades of Corn Flower Blue #454665
Tints of Corn Flower Blue #454665
RGB
CMYK
RGB Variations
Color information
#454665 (or 0x454665) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 65. RGB value is (69,70,101). Sum of RGB (Red+Green+Blue) = 69+70+101=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #454665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454665 is #BAB99A. Grayscale: #494949. Windows color (decimal): -12237211 or 6637125. OLE color: 6637125.
HSL color Cylindrical-coordinate representation of color #454665: hue angle of 238.12º 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 #454665 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 70 | 101 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.60 |
| HSL | 238.13º | 0.19% | 0.33% | - |
| HSV(B) | 238.13º | 0.32% | 0.4% | - |
| XYZ | 6.99 | 6.59 | 13.21 | - |
| YUV | 73.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 101 | 0.32 | 0.31 | 0 | 0.60 | 238.13 | 0.19 | 0.33 |
| Hex | 45 | 46 | 65 | 20 | 1F | 0 | 3C | EE | 13 | 21 |
| Octal | 105 | 106 | 145 | 40 | 37 | 0 | 74 | 356 | 23 | 41 |
| Binary | 1000101 | 1000110 | 1100101 | 100000 | 11111 | 0 | 111100 | 11101110 | 10011 | 100001 |
Color Harmonies of #454665
Complementary color
Monochromatic Colors of #454665
Black with #454665
Text Example
Text Example
White with #454665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454665; }
p { color: rgb(69,70,101); }
H1.HeaderClassName
{
color: #454665;
}
.AnyTagClassName
{
color: #454665;
}
</style>
background-color css
<style>
a { background-color: #454665; }
a { background-color: rgb(69,70,101); }
div.DivClassName
{
background-color: #454665;
}
.BgClassName
{
background-color: #454665;
}
</style>
border-color css
<style>
span { border-color: #454665; }
span { border-color: rgb(69,70,101); }
td.TdClassName
{
border-color: #454665;
}
.TagClassName
{
border-color: #454665;
}
</style>