Shades of Corn Flower Blue #46416C
Tints of Corn Flower Blue #46416C
RGB
CMYK
RGB Variations
Color information
#46416C (or 0x46416C) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 6C. RGB value is (70,65,108). Sum of RGB (Red+Green+Blue) = 70+65+108=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #46416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46416C is #B9BE93. Grayscale: #474747. Windows color (decimal): -12172948 or 7094598. OLE color: 7094598.
HSL color Cylindrical-coordinate representation of color #46416C: hue angle of 246.98º 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 #46416C is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 65 | 108 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.58 |
| HSL | 246.98º | 0.25% | 0.34% | - |
| HSV(B) | 246.98º | 0.4% | 0.42% | - |
| XYZ | 7.12 | 6.17 | 15 | - |
| YUV | 71.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 108 | 0.35 | 0.40 | 0 | 0.58 | 246.98 | 0.25 | 0.34 |
| Hex | 46 | 41 | 6C | 23 | 28 | 0 | 3A | F7 | 19 | 22 |
| Octal | 106 | 101 | 154 | 43 | 50 | 0 | 72 | 367 | 31 | 42 |
| Binary | 1000110 | 1000001 | 1101100 | 100011 | 101000 | 0 | 111010 | 11110111 | 11001 | 100010 |
Color Harmonies of #46416C
Complementary color
Monochromatic Colors of #46416C
Black with #46416C
Text Example
Text Example
White with #46416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46416C; }
p { color: rgb(70,65,108); }
H1.HeaderClassName
{
color: #46416C;
}
.AnyTagClassName
{
color: #46416C;
}
</style>
background-color css
<style>
a { background-color: #46416C; }
a { background-color: rgb(70,65,108); }
div.DivClassName
{
background-color: #46416C;
}
.BgClassName
{
background-color: #46416C;
}
</style>
border-color css
<style>
span { border-color: #46416C; }
span { border-color: rgb(70,65,108); }
td.TdClassName
{
border-color: #46416C;
}
.TagClassName
{
border-color: #46416C;
}
</style>