Shades of Corn Flower Blue #454674
Tints of Corn Flower Blue #454674
RGB
CMYK
RGB Variations
Color information
#454674 (or 0x454674) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 74. RGB value is (69,70,116). Sum of RGB (Red+Green+Blue) = 69+70+116=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #454674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454674 is #BAB98B. Grayscale: #4A4A4A. Windows color (decimal): -12237196 or 7620165. OLE color: 7620165.
HSL color Cylindrical-coordinate representation of color #454674: hue angle of 238.72º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #454674 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 70 | 116 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.55 |
| HSL | 238.72º | 0.25% | 0.36% | - |
| HSV(B) | 238.72º | 0.41% | 0.45% | - |
| XYZ | 7.8 | 6.91 | 17.45 | - |
| YUV | 74.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 116 | 0.41 | 0.40 | 0 | 0.55 | 238.72 | 0.25 | 0.36 |
| Hex | 45 | 46 | 74 | 29 | 28 | 0 | 37 | EF | 19 | 24 |
| Octal | 105 | 106 | 164 | 51 | 50 | 0 | 67 | 357 | 31 | 44 |
| Binary | 1000101 | 1000110 | 1110100 | 101001 | 101000 | 0 | 110111 | 11101111 | 11001 | 100100 |
Color Harmonies of #454674
Complementary color
Monochromatic Colors of #454674
Black with #454674
Text Example
Text Example
White with #454674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454674; }
p { color: rgb(69,70,116); }
H1.HeaderClassName
{
color: #454674;
}
.AnyTagClassName
{
color: #454674;
}
</style>
background-color css
<style>
a { background-color: #454674; }
a { background-color: rgb(69,70,116); }
div.DivClassName
{
background-color: #454674;
}
.BgClassName
{
background-color: #454674;
}
</style>
border-color css
<style>
span { border-color: #454674; }
span { border-color: rgb(69,70,116); }
td.TdClassName
{
border-color: #454674;
}
.TagClassName
{
border-color: #454674;
}
</style>