Shades of Corn Flower Blue #413A76
Tints of Corn Flower Blue #413A76
RGB
CMYK
RGB Variations
Color information
#413A76 (or 0x413A76) is known color: Corn Flower Blue. HEX triplet: 41, 3A and 76. RGB value is (65,58,118). Sum of RGB (Red+Green+Blue) = 65+58+118=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #413A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A76 is #BEC589. Grayscale: #424242. Windows color (decimal): -12502410 or 7748161. OLE color: 7748161.
HSL color Cylindrical-coordinate representation of color #413A76: hue angle of 247º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413A76 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 58 | 118 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.54 |
| HSL | 247º | 0.34% | 0.35% | - |
| HSV(B) | 247º | 0.51% | 0.46% | - |
| XYZ | 6.96 | 5.46 | 17.83 | - |
| YUV | 66.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 118 | 0.45 | 0.51 | 0 | 0.54 | 247 | 0.34 | 0.35 |
| Hex | 41 | 3A | 76 | 2D | 33 | 0 | 36 | F7 | 22 | 23 |
| Octal | 101 | 72 | 166 | 55 | 63 | 0 | 66 | 367 | 42 | 43 |
| Binary | 1000001 | 111010 | 1110110 | 101101 | 110011 | 0 | 110110 | 11110111 | 100010 | 100011 |
Color Harmonies of #413A76
Complementary color
Monochromatic Colors of #413A76
Black with #413A76
Text Example
Text Example
White with #413A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A76; }
p { color: rgb(65,58,118); }
H1.HeaderClassName
{
color: #413A76;
}
.AnyTagClassName
{
color: #413A76;
}
</style>
background-color css
<style>
a { background-color: #413A76; }
a { background-color: rgb(65,58,118); }
div.DivClassName
{
background-color: #413A76;
}
.BgClassName
{
background-color: #413A76;
}
</style>
border-color css
<style>
span { border-color: #413A76; }
span { border-color: rgb(65,58,118); }
td.TdClassName
{
border-color: #413A76;
}
.TagClassName
{
border-color: #413A76;
}
</style>