Shades of Corn Flower Blue #40406B
Tints of Corn Flower Blue #40406B
RGB
CMYK
RGB Variations
Color information
#40406B (or 0x40406B) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 6B. RGB value is (64,64,107). Sum of RGB (Red+Green+Blue) = 64+64+107=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #40406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40406B is #BFBF94. Grayscale: #444444. Windows color (decimal): -12566421 or 7028800. OLE color: 7028800.
HSL color Cylindrical-coordinate representation of color #40406B: hue angle of 240º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40406B is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 64 | 107 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.58 |
| HSL | 240º | 0.25% | 0.34% | - |
| HSV(B) | 240º | 0.4% | 0.42% | - |
| XYZ | 6.6 | 5.82 | 14.69 | - |
| YUV | 68.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 107 | 0.40 | 0.40 | 0 | 0.58 | 240 | 0.25 | 0.34 |
| Hex | 40 | 40 | 6B | 28 | 28 | 0 | 3A | F0 | 19 | 22 |
| Octal | 100 | 100 | 153 | 50 | 50 | 0 | 72 | 360 | 31 | 42 |
| Binary | 1000000 | 1000000 | 1101011 | 101000 | 101000 | 0 | 111010 | 11110000 | 11001 | 100010 |
Color Harmonies of #40406B
Complementary color
Monochromatic Colors of #40406B
Black with #40406B
Text Example
Text Example
White with #40406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40406B; }
p { color: rgb(64,64,107); }
H1.HeaderClassName
{
color: #40406B;
}
.AnyTagClassName
{
color: #40406B;
}
</style>
background-color css
<style>
a { background-color: #40406B; }
a { background-color: rgb(64,64,107); }
div.DivClassName
{
background-color: #40406B;
}
.BgClassName
{
background-color: #40406B;
}
</style>
border-color css
<style>
span { border-color: #40406B; }
span { border-color: rgb(64,64,107); }
td.TdClassName
{
border-color: #40406B;
}
.TagClassName
{
border-color: #40406B;
}
</style>