Shades of Corn Flower Blue #454172
Tints of Corn Flower Blue #454172
RGB
CMYK
RGB Variations
Color information
#454172 (or 0x454172) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 72. RGB value is (69,65,114). Sum of RGB (Red+Green+Blue) = 69+65+114=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #454172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454172 is #BABE8D. Grayscale: #474747. Windows color (decimal): -12238478 or 7487813. OLE color: 7487813.
HSL color Cylindrical-coordinate representation of color #454172: hue angle of 244.9º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454172 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 65 | 114 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.55 |
| HSL | 244.9º | 0.27% | 0.35% | - |
| HSV(B) | 244.9º | 0.43% | 0.45% | - |
| XYZ | 7.38 | 6.26 | 16.74 | - |
| YUV | 71.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 114 | 0.39 | 0.43 | 0 | 0.55 | 244.9 | 0.27 | 0.35 |
| Hex | 45 | 41 | 72 | 27 | 2B | 0 | 37 | F5 | 1B | 23 |
| Octal | 105 | 101 | 162 | 47 | 53 | 0 | 67 | 365 | 33 | 43 |
| Binary | 1000101 | 1000001 | 1110010 | 100111 | 101011 | 0 | 110111 | 11110101 | 11011 | 100011 |
Color Harmonies of #454172
Complementary color
Monochromatic Colors of #454172
Black with #454172
Text Example
Text Example
White with #454172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454172; }
p { color: rgb(69,65,114); }
H1.HeaderClassName
{
color: #454172;
}
.AnyTagClassName
{
color: #454172;
}
</style>
background-color css
<style>
a { background-color: #454172; }
a { background-color: rgb(69,65,114); }
div.DivClassName
{
background-color: #454172;
}
.BgClassName
{
background-color: #454172;
}
</style>
border-color css
<style>
span { border-color: #454172; }
span { border-color: rgb(69,65,114); }
td.TdClassName
{
border-color: #454172;
}
.TagClassName
{
border-color: #454172;
}
</style>