Shades of Corn Flower Blue #46416A
Tints of Corn Flower Blue #46416A
RGB
CMYK
RGB Variations
Color information
#46416A (or 0x46416A) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 6A. RGB value is (70,65,106). Sum of RGB (Red+Green+Blue) = 70+65+106=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #46416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46416A is #B9BE95. Grayscale: #474747. Windows color (decimal): -12172950 or 6963526. OLE color: 6963526.
HSL color Cylindrical-coordinate representation of color #46416A: hue angle of 247.32º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46416A is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 65 | 106 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.58 |
| HSL | 247.32º | 0.24% | 0.34% | - |
| HSV(B) | 247.32º | 0.39% | 0.42% | - |
| XYZ | 7.02 | 6.12 | 14.45 | - |
| YUV | 71.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 106 | 0.34 | 0.39 | 0 | 0.58 | 247.32 | 0.24 | 0.34 |
| Hex | 46 | 41 | 6A | 22 | 27 | 0 | 3A | F7 | 18 | 22 |
| Octal | 106 | 101 | 152 | 42 | 47 | 0 | 72 | 367 | 30 | 42 |
| Binary | 1000110 | 1000001 | 1101010 | 100010 | 100111 | 0 | 111010 | 11110111 | 11000 | 100010 |
Color Harmonies of #46416A
Complementary color
Monochromatic Colors of #46416A
Black with #46416A
Text Example
Text Example
White with #46416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46416A; }
p { color: rgb(70,65,106); }
H1.HeaderClassName
{
color: #46416A;
}
.AnyTagClassName
{
color: #46416A;
}
</style>
background-color css
<style>
a { background-color: #46416A; }
a { background-color: rgb(70,65,106); }
div.DivClassName
{
background-color: #46416A;
}
.BgClassName
{
background-color: #46416A;
}
</style>
border-color css
<style>
span { border-color: #46416A; }
span { border-color: rgb(70,65,106); }
td.TdClassName
{
border-color: #46416A;
}
.TagClassName
{
border-color: #46416A;
}
</style>