Shades of Corn Flower Blue #413E69
Tints of Corn Flower Blue #413E69
RGB
CMYK
RGB Variations
Color information
#413E69 (or 0x413E69) is known color: Corn Flower Blue. HEX triplet: 41, 3E and 69. RGB value is (65,62,105). Sum of RGB (Red+Green+Blue) = 65+62+105=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #413E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E69 is #BEC196. Grayscale: #434343. Windows color (decimal): -12501399 or 6897217. OLE color: 6897217.
HSL color Cylindrical-coordinate representation of color #413E69: hue angle of 244.19º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #413E69 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 62 | 105 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.59 |
| HSL | 244.19º | 0.26% | 0.33% | - |
| HSV(B) | 244.19º | 0.41% | 0.41% | - |
| XYZ | 6.45 | 5.59 | 14.1 | - |
| YUV | 67.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 105 | 0.38 | 0.41 | 0 | 0.59 | 244.19 | 0.26 | 0.33 |
| Hex | 41 | 3E | 69 | 26 | 29 | 0 | 3B | F4 | 1A | 21 |
| Octal | 101 | 76 | 151 | 46 | 51 | 0 | 73 | 364 | 32 | 41 |
| Binary | 1000001 | 111110 | 1101001 | 100110 | 101001 | 0 | 111011 | 11110100 | 11010 | 100001 |
Color Harmonies of #413E69
Complementary color
Monochromatic Colors of #413E69
Black with #413E69
Text Example
Text Example
White with #413E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E69; }
p { color: rgb(65,62,105); }
H1.HeaderClassName
{
color: #413E69;
}
.AnyTagClassName
{
color: #413E69;
}
</style>
background-color css
<style>
a { background-color: #413E69; }
a { background-color: rgb(65,62,105); }
div.DivClassName
{
background-color: #413E69;
}
.BgClassName
{
background-color: #413E69;
}
</style>
border-color css
<style>
span { border-color: #413E69; }
span { border-color: rgb(65,62,105); }
td.TdClassName
{
border-color: #413E69;
}
.TagClassName
{
border-color: #413E69;
}
</style>