Shades of Corn Flower Blue #414266
Tints of Corn Flower Blue #414266
RGB
CMYK
RGB Variations
Color information
#414266 (or 0x414266) is known color: Corn Flower Blue. HEX triplet: 41, 42 and 66. RGB value is (65,66,102). Sum of RGB (Red+Green+Blue) = 65+66+102=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #414266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414266 is #BEBD99. Grayscale: #454545. Windows color (decimal): -12500378 or 6701633. OLE color: 6701633.
HSL color Cylindrical-coordinate representation of color #414266: hue angle of 238.38º 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 #414266 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 66 | 102 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.6 |
| HSL | 238.38º | 0.22% | 0.33% | - |
| HSV(B) | 238.38º | 0.36% | 0.4% | - |
| XYZ | 6.53 | 5.98 | 13.38 | - |
| YUV | 69.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 102 | 0.36 | 0.35 | 0 | 0.6 | 238.38 | 0.22 | 0.33 |
| Hex | 41 | 42 | 66 | 24 | 23 | 0 | 3C | EE | 16 | 21 |
| Octal | 101 | 102 | 146 | 44 | 43 | 0 | 74 | 356 | 26 | 41 |
| Binary | 1000001 | 1000010 | 1100110 | 100100 | 100011 | 0 | 111100 | 11101110 | 10110 | 100001 |
Color Harmonies of #414266
Complementary color
Monochromatic Colors of #414266
Black with #414266
Text Example
Text Example
White with #414266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414266; }
p { color: rgb(65,66,102); }
H1.HeaderClassName
{
color: #414266;
}
.AnyTagClassName
{
color: #414266;
}
</style>
background-color css
<style>
a { background-color: #414266; }
a { background-color: rgb(65,66,102); }
div.DivClassName
{
background-color: #414266;
}
.BgClassName
{
background-color: #414266;
}
</style>
border-color css
<style>
span { border-color: #414266; }
span { border-color: rgb(65,66,102); }
td.TdClassName
{
border-color: #414266;
}
.TagClassName
{
border-color: #414266;
}
</style>