Shades of Corn Flower Blue #40446E
Tints of Corn Flower Blue #40446E
RGB
CMYK
RGB Variations
Color information
#40446E (or 0x40446E) is known color: Corn Flower Blue. HEX triplet: 40, 44 and 6E. RGB value is (64,68,110). Sum of RGB (Red+Green+Blue) = 64+68+110=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #40446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40446E is #BFBB91. Grayscale: #474747. Windows color (decimal): -12565394 or 7226432. OLE color: 7226432.
HSL color Cylindrical-coordinate representation of color #40446E: hue angle of 234.78º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40446E is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 68 | 110 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.57 |
| HSL | 234.78º | 0.26% | 0.34% | - |
| HSV(B) | 234.78º | 0.42% | 0.43% | - |
| XYZ | 7 | 6.35 | 15.61 | - |
| YUV | 71.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 110 | 0.42 | 0.38 | 0 | 0.57 | 234.78 | 0.26 | 0.34 |
| Hex | 40 | 44 | 6E | 2A | 26 | 0 | 39 | EB | 1A | 22 |
| Octal | 100 | 104 | 156 | 52 | 46 | 0 | 71 | 353 | 32 | 42 |
| Binary | 1000000 | 1000100 | 1101110 | 101010 | 100110 | 0 | 111001 | 11101011 | 11010 | 100010 |
Color Harmonies of #40446E
Complementary color
Monochromatic Colors of #40446E
Black with #40446E
Text Example
Text Example
White with #40446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40446E; }
p { color: rgb(64,68,110); }
H1.HeaderClassName
{
color: #40446E;
}
.AnyTagClassName
{
color: #40446E;
}
</style>
background-color css
<style>
a { background-color: #40446E; }
a { background-color: rgb(64,68,110); }
div.DivClassName
{
background-color: #40446E;
}
.BgClassName
{
background-color: #40446E;
}
</style>
border-color css
<style>
span { border-color: #40446E; }
span { border-color: rgb(64,68,110); }
td.TdClassName
{
border-color: #40446E;
}
.TagClassName
{
border-color: #40446E;
}
</style>