Shades of Corn Flower Blue #414163
Tints of Corn Flower Blue #414163
RGB
CMYK
RGB Variations
Color information
#414163 (or 0x414163) is known color: Corn Flower Blue. HEX triplet: 41, 41 and 63. RGB value is (65,65,99). Sum of RGB (Red+Green+Blue) = 65+65+99=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #414163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414163 is #BEBE9C. Grayscale: #444444. Windows color (decimal): -12500637 or 6504769. OLE color: 6504769.
HSL color Cylindrical-coordinate representation of color #414163: hue angle of 240º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414163 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 65 | 99 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.61 |
| HSL | 240º | 0.21% | 0.32% | - |
| HSV(B) | 240º | 0.34% | 0.39% | - |
| XYZ | 6.32 | 5.81 | 12.59 | - |
| YUV | 68.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 99 | 0.34 | 0.34 | 0 | 0.61 | 240 | 0.21 | 0.32 |
| Hex | 41 | 41 | 63 | 22 | 22 | 0 | 3D | F0 | 15 | 20 |
| Octal | 101 | 101 | 143 | 42 | 42 | 0 | 75 | 360 | 25 | 40 |
| Binary | 1000001 | 1000001 | 1100011 | 100010 | 100010 | 0 | 111101 | 11110000 | 10101 | 100000 |
Color Harmonies of #414163
Complementary color
Monochromatic Colors of #414163
Black with #414163
Text Example
Text Example
White with #414163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414163; }
p { color: rgb(65,65,99); }
H1.HeaderClassName
{
color: #414163;
}
.AnyTagClassName
{
color: #414163;
}
</style>
background-color css
<style>
a { background-color: #414163; }
a { background-color: rgb(65,65,99); }
div.DivClassName
{
background-color: #414163;
}
.BgClassName
{
background-color: #414163;
}
</style>
border-color css
<style>
span { border-color: #414163; }
span { border-color: rgb(65,65,99); }
td.TdClassName
{
border-color: #414163;
}
.TagClassName
{
border-color: #414163;
}
</style>