Shades of Corn Flower Blue #46446B
Tints of Corn Flower Blue #46446B
RGB
CMYK
RGB Variations
Color information
#46446B (or 0x46446B) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 6B. RGB value is (70,68,107). Sum of RGB (Red+Green+Blue) = 70+68+107=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #46446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46446B is #B9BB94. Grayscale: #484848. Windows color (decimal): -12172181 or 7029830. OLE color: 7029830.
HSL color Cylindrical-coordinate representation of color #46446B: hue angle of 243.08º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46446B is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 68 | 107 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.58 |
| HSL | 243.08º | 0.22% | 0.34% | - |
| HSV(B) | 243.08º | 0.36% | 0.42% | - |
| XYZ | 7.25 | 6.5 | 14.78 | - |
| YUV | 73.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 107 | 0.35 | 0.36 | 0 | 0.58 | 243.08 | 0.22 | 0.34 |
| Hex | 46 | 44 | 6B | 23 | 24 | 0 | 3A | F3 | 16 | 22 |
| Octal | 106 | 104 | 153 | 43 | 44 | 0 | 72 | 363 | 26 | 42 |
| Binary | 1000110 | 1000100 | 1101011 | 100011 | 100100 | 0 | 111010 | 11110011 | 10110 | 100010 |
Color Harmonies of #46446B
Complementary color
Monochromatic Colors of #46446B
Black with #46446B
Text Example
Text Example
White with #46446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46446B; }
p { color: rgb(70,68,107); }
H1.HeaderClassName
{
color: #46446B;
}
.AnyTagClassName
{
color: #46446B;
}
</style>
background-color css
<style>
a { background-color: #46446B; }
a { background-color: rgb(70,68,107); }
div.DivClassName
{
background-color: #46446B;
}
.BgClassName
{
background-color: #46446B;
}
</style>
border-color css
<style>
span { border-color: #46446B; }
span { border-color: rgb(70,68,107); }
td.TdClassName
{
border-color: #46446B;
}
.TagClassName
{
border-color: #46446B;
}
</style>