Shades of Corn Flower Blue #414575
Tints of Corn Flower Blue #414575
RGB
CMYK
RGB Variations
Color information
#414575 (or 0x414575) is known color: Corn Flower Blue. HEX triplet: 41, 45 and 75. RGB value is (65,69,117). Sum of RGB (Red+Green+Blue) = 65+69+117=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #414575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414575 is #BEBA8A. Grayscale: #494949. Windows color (decimal): -12499595 or 7685441. OLE color: 7685441.
HSL color Cylindrical-coordinate representation of color #414575: hue angle of 235.38º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414575 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 69 | 117 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.54 |
| HSL | 235.38º | 0.29% | 0.36% | - |
| HSV(B) | 235.38º | 0.44% | 0.46% | - |
| XYZ | 7.52 | 6.66 | 17.72 | - |
| YUV | 73.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 117 | 0.44 | 0.41 | 0 | 0.54 | 235.38 | 0.29 | 0.36 |
| Hex | 41 | 45 | 75 | 2C | 29 | 0 | 36 | EB | 1D | 24 |
| Octal | 101 | 105 | 165 | 54 | 51 | 0 | 66 | 353 | 35 | 44 |
| Binary | 1000001 | 1000101 | 1110101 | 101100 | 101001 | 0 | 110110 | 11101011 | 11101 | 100100 |
Color Harmonies of #414575
Complementary color
Monochromatic Colors of #414575
Black with #414575
Text Example
Text Example
White with #414575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414575; }
p { color: rgb(65,69,117); }
H1.HeaderClassName
{
color: #414575;
}
.AnyTagClassName
{
color: #414575;
}
</style>
background-color css
<style>
a { background-color: #414575; }
a { background-color: rgb(65,69,117); }
div.DivClassName
{
background-color: #414575;
}
.BgClassName
{
background-color: #414575;
}
</style>
border-color css
<style>
span { border-color: #414575; }
span { border-color: rgb(65,69,117); }
td.TdClassName
{
border-color: #414575;
}
.TagClassName
{
border-color: #414575;
}
</style>