Shades of Corn Flower Blue #40406C
Tints of Corn Flower Blue #40406C
RGB
CMYK
RGB Variations
Color information
#40406C (or 0x40406C) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 6C. RGB value is (64,64,108). Sum of RGB (Red+Green+Blue) = 64+64+108=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #40406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40406C is #BFBF93. Grayscale: #444444. Windows color (decimal): -12566420 or 7094336. OLE color: 7094336.
HSL color Cylindrical-coordinate representation of color #40406C: hue angle of 240º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40406C is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 64 | 108 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.58 |
| HSL | 240º | 0.26% | 0.34% | - |
| HSV(B) | 240º | 0.41% | 0.42% | - |
| XYZ | 6.65 | 5.84 | 14.96 | - |
| YUV | 69.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 108 | 0.41 | 0.41 | 0 | 0.58 | 240 | 0.26 | 0.34 |
| Hex | 40 | 40 | 6C | 29 | 29 | 0 | 3A | F0 | 1A | 22 |
| Octal | 100 | 100 | 154 | 51 | 51 | 0 | 72 | 360 | 32 | 42 |
| Binary | 1000000 | 1000000 | 1101100 | 101001 | 101001 | 0 | 111010 | 11110000 | 11010 | 100010 |
Color Harmonies of #40406C
Complementary color
Monochromatic Colors of #40406C
Black with #40406C
Text Example
Text Example
White with #40406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40406C; }
p { color: rgb(64,64,108); }
H1.HeaderClassName
{
color: #40406C;
}
.AnyTagClassName
{
color: #40406C;
}
</style>
background-color css
<style>
a { background-color: #40406C; }
a { background-color: rgb(64,64,108); }
div.DivClassName
{
background-color: #40406C;
}
.BgClassName
{
background-color: #40406C;
}
</style>
border-color css
<style>
span { border-color: #40406C; }
span { border-color: rgb(64,64,108); }
td.TdClassName
{
border-color: #40406C;
}
.TagClassName
{
border-color: #40406C;
}
</style>