Shades of Corn Flower Blue #454471
Tints of Corn Flower Blue #454471
RGB
CMYK
RGB Variations
Color information
#454471 (or 0x454471) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 71. RGB value is (69,68,113). Sum of RGB (Red+Green+Blue) = 69+68+113=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #454471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454471 is #BABB8E. Grayscale: #494949. Windows color (decimal): -12237711 or 7423045. OLE color: 7423045.
HSL color Cylindrical-coordinate representation of color #454471: hue angle of 241.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #454471 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 68 | 113 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.56 |
| HSL | 241.33º | 0.25% | 0.35% | - |
| HSV(B) | 241.33º | 0.4% | 0.44% | - |
| XYZ | 7.5 | 6.59 | 16.5 | - |
| YUV | 73.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 113 | 0.39 | 0.40 | 0 | 0.56 | 241.33 | 0.25 | 0.35 |
| Hex | 45 | 44 | 71 | 27 | 28 | 0 | 38 | F1 | 19 | 23 |
| Octal | 105 | 104 | 161 | 47 | 50 | 0 | 70 | 361 | 31 | 43 |
| Binary | 1000101 | 1000100 | 1110001 | 100111 | 101000 | 0 | 111000 | 11110001 | 11001 | 100011 |
Color Harmonies of #454471
Complementary color
Monochromatic Colors of #454471
Black with #454471
Text Example
Text Example
White with #454471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454471; }
p { color: rgb(69,68,113); }
H1.HeaderClassName
{
color: #454471;
}
.AnyTagClassName
{
color: #454471;
}
</style>
background-color css
<style>
a { background-color: #454471; }
a { background-color: rgb(69,68,113); }
div.DivClassName
{
background-color: #454471;
}
.BgClassName
{
background-color: #454471;
}
</style>
border-color css
<style>
span { border-color: #454471; }
span { border-color: rgb(69,68,113); }
td.TdClassName
{
border-color: #454471;
}
.TagClassName
{
border-color: #454471;
}
</style>