Shades of Corn Flower Blue #454179
Tints of Corn Flower Blue #454179
RGB
CMYK
RGB Variations
Color information
#454179 (or 0x454179) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 79. RGB value is (69,65,121). Sum of RGB (Red+Green+Blue) = 69+65+121=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #454179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454179 is #BABE86. Grayscale: #484848. Windows color (decimal): -12238471 or 7946565. OLE color: 7946565.
HSL color Cylindrical-coordinate representation of color #454179: hue angle of 244.29º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #454179 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 65 | 121 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.53 |
| HSL | 244.29º | 0.3% | 0.36% | - |
| HSV(B) | 244.29º | 0.46% | 0.47% | - |
| XYZ | 7.8 | 6.43 | 18.92 | - |
| YUV | 72.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 121 | 0.43 | 0.46 | 0 | 0.53 | 244.29 | 0.3 | 0.36 |
| Hex | 45 | 41 | 79 | 2B | 2E | 0 | 35 | F4 | 1E | 24 |
| Octal | 105 | 101 | 171 | 53 | 56 | 0 | 65 | 364 | 36 | 44 |
| Binary | 1000101 | 1000001 | 1111001 | 101011 | 101110 | 0 | 110101 | 11110100 | 11110 | 100100 |
Color Harmonies of #454179
Complementary color
Monochromatic Colors of #454179
Black with #454179
Text Example
Text Example
White with #454179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454179; }
p { color: rgb(69,65,121); }
H1.HeaderClassName
{
color: #454179;
}
.AnyTagClassName
{
color: #454179;
}
</style>
background-color css
<style>
a { background-color: #454179; }
a { background-color: rgb(69,65,121); }
div.DivClassName
{
background-color: #454179;
}
.BgClassName
{
background-color: #454179;
}
</style>
border-color css
<style>
span { border-color: #454179; }
span { border-color: rgb(69,65,121); }
td.TdClassName
{
border-color: #454179;
}
.TagClassName
{
border-color: #454179;
}
</style>