Shades of Corn Flower Blue #46416B
Tints of Corn Flower Blue #46416B
RGB
CMYK
RGB Variations
Color information
#46416B (or 0x46416B) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 6B. RGB value is (70,65,107). Sum of RGB (Red+Green+Blue) = 70+65+107=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #46416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46416B is #B9BE94. Grayscale: #474747. Windows color (decimal): -12172949 or 7029062. OLE color: 7029062.
HSL color Cylindrical-coordinate representation of color #46416B: hue angle of 247.14º 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 #46416B is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 65 | 107 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.58 |
| HSL | 247.14º | 0.24% | 0.34% | - |
| HSV(B) | 247.14º | 0.39% | 0.42% | - |
| XYZ | 7.07 | 6.14 | 14.72 | - |
| YUV | 71.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 107 | 0.35 | 0.39 | 0 | 0.58 | 247.14 | 0.24 | 0.34 |
| Hex | 46 | 41 | 6B | 23 | 27 | 0 | 3A | F7 | 18 | 22 |
| Octal | 106 | 101 | 153 | 43 | 47 | 0 | 72 | 367 | 30 | 42 |
| Binary | 1000110 | 1000001 | 1101011 | 100011 | 100111 | 0 | 111010 | 11110111 | 11000 | 100010 |
Color Harmonies of #46416B
Complementary color
Monochromatic Colors of #46416B
Black with #46416B
Text Example
Text Example
White with #46416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46416B; }
p { color: rgb(70,65,107); }
H1.HeaderClassName
{
color: #46416B;
}
.AnyTagClassName
{
color: #46416B;
}
</style>
background-color css
<style>
a { background-color: #46416B; }
a { background-color: rgb(70,65,107); }
div.DivClassName
{
background-color: #46416B;
}
.BgClassName
{
background-color: #46416B;
}
</style>
border-color css
<style>
span { border-color: #46416B; }
span { border-color: rgb(70,65,107); }
td.TdClassName
{
border-color: #46416B;
}
.TagClassName
{
border-color: #46416B;
}
</style>