Shades of Corn Flower Blue #414067
Tints of Corn Flower Blue #414067
RGB
CMYK
RGB Variations
Color information
#414067 (or 0x414067) is known color: Corn Flower Blue. HEX triplet: 41, 40 and 67. RGB value is (65,64,103). Sum of RGB (Red+Green+Blue) = 65+64+103=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #414067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414067 is #BEBF98. Grayscale: #444444. Windows color (decimal): -12500889 or 6766657. OLE color: 6766657.
HSL color Cylindrical-coordinate representation of color #414067: hue angle of 241.54º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #414067 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 64 | 103 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.60 |
| HSL | 241.54º | 0.23% | 0.33% | - |
| HSV(B) | 241.54º | 0.38% | 0.4% | - |
| XYZ | 6.46 | 5.77 | 13.61 | - |
| YUV | 68.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 103 | 0.37 | 0.38 | 0 | 0.60 | 241.54 | 0.23 | 0.33 |
| Hex | 41 | 40 | 67 | 25 | 26 | 0 | 3C | F2 | 17 | 21 |
| Octal | 101 | 100 | 147 | 45 | 46 | 0 | 74 | 362 | 27 | 41 |
| Binary | 1000001 | 1000000 | 1100111 | 100101 | 100110 | 0 | 111100 | 11110010 | 10111 | 100001 |
Color Harmonies of #414067
Complementary color
Monochromatic Colors of #414067
Black with #414067
Text Example
Text Example
White with #414067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414067; }
p { color: rgb(65,64,103); }
H1.HeaderClassName
{
color: #414067;
}
.AnyTagClassName
{
color: #414067;
}
</style>
background-color css
<style>
a { background-color: #414067; }
a { background-color: rgb(65,64,103); }
div.DivClassName
{
background-color: #414067;
}
.BgClassName
{
background-color: #414067;
}
</style>
border-color css
<style>
span { border-color: #414067; }
span { border-color: rgb(65,64,103); }
td.TdClassName
{
border-color: #414067;
}
.TagClassName
{
border-color: #414067;
}
</style>