Shades of Corn Flower Blue #413A77
Tints of Corn Flower Blue #413A77
RGB
CMYK
RGB Variations
Color information
#413A77 (or 0x413A77) is known color: Corn Flower Blue. HEX triplet: 41, 3A and 77. RGB value is (65,58,119). Sum of RGB (Red+Green+Blue) = 65+58+119=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #413A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A77 is #BEC588. Grayscale: #424242. Windows color (decimal): -12502409 or 7813697. OLE color: 7813697.
HSL color Cylindrical-coordinate representation of color #413A77: hue angle of 246.89º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413A77 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 58 | 119 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.53 |
| HSL | 246.89º | 0.34% | 0.35% | - |
| HSV(B) | 246.89º | 0.51% | 0.47% | - |
| XYZ | 7.02 | 5.48 | 18.14 | - |
| YUV | 67.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 119 | 0.45 | 0.51 | 0 | 0.53 | 246.89 | 0.34 | 0.35 |
| Hex | 41 | 3A | 77 | 2D | 33 | 0 | 35 | F7 | 22 | 23 |
| Octal | 101 | 72 | 167 | 55 | 63 | 0 | 65 | 367 | 42 | 43 |
| Binary | 1000001 | 111010 | 1110111 | 101101 | 110011 | 0 | 110101 | 11110111 | 100010 | 100011 |
Color Harmonies of #413A77
Complementary color
Monochromatic Colors of #413A77
Black with #413A77
Text Example
Text Example
White with #413A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A77; }
p { color: rgb(65,58,119); }
H1.HeaderClassName
{
color: #413A77;
}
.AnyTagClassName
{
color: #413A77;
}
</style>
background-color css
<style>
a { background-color: #413A77; }
a { background-color: rgb(65,58,119); }
div.DivClassName
{
background-color: #413A77;
}
.BgClassName
{
background-color: #413A77;
}
</style>
border-color css
<style>
span { border-color: #413A77; }
span { border-color: rgb(65,58,119); }
td.TdClassName
{
border-color: #413A77;
}
.TagClassName
{
border-color: #413A77;
}
</style>