Shades of Corn Flower Blue #414166
Tints of Corn Flower Blue #414166
RGB
CMYK
RGB Variations
Color information
#414166 (or 0x414166) is known color: Corn Flower Blue. HEX triplet: 41, 41 and 66. RGB value is (65,65,102). Sum of RGB (Red+Green+Blue) = 65+65+102=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #414166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414166 is #BEBE99. Grayscale: #454545. Windows color (decimal): -12500634 or 6701377. OLE color: 6701377.
HSL color Cylindrical-coordinate representation of color #414166: hue angle of 240º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414166 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 65 | 102 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.6 |
| HSL | 240º | 0.22% | 0.33% | - |
| HSV(B) | 240º | 0.36% | 0.4% | - |
| XYZ | 6.47 | 5.86 | 13.36 | - |
| YUV | 69.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 102 | 0.36 | 0.36 | 0 | 0.6 | 240 | 0.22 | 0.33 |
| Hex | 41 | 41 | 66 | 24 | 24 | 0 | 3C | F0 | 16 | 21 |
| Octal | 101 | 101 | 146 | 44 | 44 | 0 | 74 | 360 | 26 | 41 |
| Binary | 1000001 | 1000001 | 1100110 | 100100 | 100100 | 0 | 111100 | 11110000 | 10110 | 100001 |
Color Harmonies of #414166
Complementary color
Monochromatic Colors of #414166
Black with #414166
Text Example
Text Example
White with #414166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414166; }
p { color: rgb(65,65,102); }
H1.HeaderClassName
{
color: #414166;
}
.AnyTagClassName
{
color: #414166;
}
</style>
background-color css
<style>
a { background-color: #414166; }
a { background-color: rgb(65,65,102); }
div.DivClassName
{
background-color: #414166;
}
.BgClassName
{
background-color: #414166;
}
</style>
border-color css
<style>
span { border-color: #414166; }
span { border-color: rgb(65,65,102); }
td.TdClassName
{
border-color: #414166;
}
.TagClassName
{
border-color: #414166;
}
</style>