Shades of Corn Flower Blue #454071
Tints of Corn Flower Blue #454071
RGB
CMYK
RGB Variations
Color information
#454071 (or 0x454071) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 71. RGB value is (69,64,113). Sum of RGB (Red+Green+Blue) = 69+64+113=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #454071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454071 is #BABF8E. Grayscale: #464646. Windows color (decimal): -12238735 or 7422021. OLE color: 7422021.
HSL color Cylindrical-coordinate representation of color #454071: hue angle of 246.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454071 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 64 | 113 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.56 |
| HSL | 246.12º | 0.28% | 0.35% | - |
| HSV(B) | 246.12º | 0.43% | 0.44% | - |
| XYZ | 7.27 | 6.12 | 16.42 | - |
| YUV | 71.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 113 | 0.39 | 0.43 | 0 | 0.56 | 246.12 | 0.28 | 0.35 |
| Hex | 45 | 40 | 71 | 27 | 2B | 0 | 38 | F6 | 1C | 23 |
| Octal | 105 | 100 | 161 | 47 | 53 | 0 | 70 | 366 | 34 | 43 |
| Binary | 1000101 | 1000000 | 1110001 | 100111 | 101011 | 0 | 111000 | 11110110 | 11100 | 100011 |
Color Harmonies of #454071
Complementary color
Monochromatic Colors of #454071
Black with #454071
Text Example
Text Example
White with #454071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454071; }
p { color: rgb(69,64,113); }
H1.HeaderClassName
{
color: #454071;
}
.AnyTagClassName
{
color: #454071;
}
</style>
background-color css
<style>
a { background-color: #454071; }
a { background-color: rgb(69,64,113); }
div.DivClassName
{
background-color: #454071;
}
.BgClassName
{
background-color: #454071;
}
</style>
border-color css
<style>
span { border-color: #454071; }
span { border-color: rgb(69,64,113); }
td.TdClassName
{
border-color: #454071;
}
.TagClassName
{
border-color: #454071;
}
</style>