Shades of Corn Flower Blue #41406D
Tints of Corn Flower Blue #41406D
RGB
CMYK
RGB Variations
Color information
#41406D (or 0x41406D) is known color: Corn Flower Blue. HEX triplet: 41, 40 and 6D. RGB value is (65,64,109). Sum of RGB (Red+Green+Blue) = 65+64+109=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #41406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41406D is #BEBF92. Grayscale: #454545. Windows color (decimal): -12500883 or 7159873. OLE color: 7159873.
HSL color Cylindrical-coordinate representation of color #41406D: hue angle of 241.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41406D is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 64 | 109 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.57 |
| HSL | 241.33º | 0.26% | 0.34% | - |
| HSV(B) | 241.33º | 0.41% | 0.43% | - |
| XYZ | 6.77 | 5.89 | 15.25 | - |
| YUV | 69.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 109 | 0.40 | 0.41 | 0 | 0.57 | 241.33 | 0.26 | 0.34 |
| Hex | 41 | 40 | 6D | 28 | 29 | 0 | 39 | F1 | 1A | 22 |
| Octal | 101 | 100 | 155 | 50 | 51 | 0 | 71 | 361 | 32 | 42 |
| Binary | 1000001 | 1000000 | 1101101 | 101000 | 101001 | 0 | 111001 | 11110001 | 11010 | 100010 |
Color Harmonies of #41406D
Complementary color
Monochromatic Colors of #41406D
Black with #41406D
Text Example
Text Example
White with #41406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41406D; }
p { color: rgb(65,64,109); }
H1.HeaderClassName
{
color: #41406D;
}
.AnyTagClassName
{
color: #41406D;
}
</style>
background-color css
<style>
a { background-color: #41406D; }
a { background-color: rgb(65,64,109); }
div.DivClassName
{
background-color: #41406D;
}
.BgClassName
{
background-color: #41406D;
}
</style>
border-color css
<style>
span { border-color: #41406D; }
span { border-color: rgb(65,64,109); }
td.TdClassName
{
border-color: #41406D;
}
.TagClassName
{
border-color: #41406D;
}
</style>