Shades of Corn Flower Blue #413A73
Tints of Corn Flower Blue #413A73
RGB
CMYK
RGB Variations
Color information
#413A73 (or 0x413A73) is known color: Corn Flower Blue. HEX triplet: 41, 3A and 73. RGB value is (65,58,115). Sum of RGB (Red+Green+Blue) = 65+58+115=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #413A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A73 is #BEC58C. Grayscale: #424242. Windows color (decimal): -12502413 or 7551553. OLE color: 7551553.
HSL color Cylindrical-coordinate representation of color #413A73: hue angle of 247.37º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413A73 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 58 | 115 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.55 |
| HSL | 247.37º | 0.33% | 0.34% | - |
| HSV(B) | 247.37º | 0.5% | 0.45% | - |
| XYZ | 6.79 | 5.39 | 16.9 | - |
| YUV | 66.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 115 | 0.43 | 0.50 | 0 | 0.55 | 247.37 | 0.33 | 0.34 |
| Hex | 41 | 3A | 73 | 2B | 32 | 0 | 37 | F7 | 21 | 22 |
| Octal | 101 | 72 | 163 | 53 | 62 | 0 | 67 | 367 | 41 | 42 |
| Binary | 1000001 | 111010 | 1110011 | 101011 | 110010 | 0 | 110111 | 11110111 | 100001 | 100010 |
Color Harmonies of #413A73
Complementary color
Monochromatic Colors of #413A73
Black with #413A73
Text Example
Text Example
White with #413A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A73; }
p { color: rgb(65,58,115); }
H1.HeaderClassName
{
color: #413A73;
}
.AnyTagClassName
{
color: #413A73;
}
</style>
background-color css
<style>
a { background-color: #413A73; }
a { background-color: rgb(65,58,115); }
div.DivClassName
{
background-color: #413A73;
}
.BgClassName
{
background-color: #413A73;
}
</style>
border-color css
<style>
span { border-color: #413A73; }
span { border-color: rgb(65,58,115); }
td.TdClassName
{
border-color: #413A73;
}
.TagClassName
{
border-color: #413A73;
}
</style>