Shades of Corn Flower Blue #454875
Tints of Corn Flower Blue #454875
RGB
CMYK
RGB Variations
Color information
#454875 (or 0x454875) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 75. RGB value is (69,72,117). Sum of RGB (Red+Green+Blue) = 69+72+117=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #454875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454875 is #BAB78A. Grayscale: #4C4C4C. Windows color (decimal): -12236683 or 7686213. OLE color: 7686213.
HSL color Cylindrical-coordinate representation of color #454875: hue angle of 236.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #454875 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 72 | 117 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.54 |
| HSL | 236.25º | 0.26% | 0.36% | - |
| HSV(B) | 236.25º | 0.41% | 0.46% | - |
| XYZ | 7.98 | 7.18 | 17.8 | - |
| YUV | 76.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 117 | 0.41 | 0.38 | 0 | 0.54 | 236.25 | 0.26 | 0.36 |
| Hex | 45 | 48 | 75 | 29 | 26 | 0 | 36 | EC | 1A | 24 |
| Octal | 105 | 110 | 165 | 51 | 46 | 0 | 66 | 354 | 32 | 44 |
| Binary | 1000101 | 1001000 | 1110101 | 101001 | 100110 | 0 | 110110 | 11101100 | 11010 | 100100 |
Color Harmonies of #454875
Complementary color
Monochromatic Colors of #454875
Black with #454875
Text Example
Text Example
White with #454875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454875; }
p { color: rgb(69,72,117); }
H1.HeaderClassName
{
color: #454875;
}
.AnyTagClassName
{
color: #454875;
}
</style>
background-color css
<style>
a { background-color: #454875; }
a { background-color: rgb(69,72,117); }
div.DivClassName
{
background-color: #454875;
}
.BgClassName
{
background-color: #454875;
}
</style>
border-color css
<style>
span { border-color: #454875; }
span { border-color: rgb(69,72,117); }
td.TdClassName
{
border-color: #454875;
}
.TagClassName
{
border-color: #454875;
}
</style>