Shades of Corn Flower Blue #46446A
Tints of Corn Flower Blue #46446A
RGB
CMYK
RGB Variations
Color information
#46446A (or 0x46446A) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 6A. RGB value is (70,68,106). Sum of RGB (Red+Green+Blue) = 70+68+106=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #46446A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46446A is #B9BB95. Grayscale: #484848. Windows color (decimal): -12172182 or 6964294. OLE color: 6964294.
HSL color Cylindrical-coordinate representation of color #46446A: hue angle of 243.16º 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 #46446A is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 68 | 106 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.58 |
| HSL | 243.16º | 0.22% | 0.34% | - |
| HSV(B) | 243.16º | 0.36% | 0.42% | - |
| XYZ | 7.19 | 6.48 | 14.51 | - |
| YUV | 72.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 106 | 0.34 | 0.36 | 0 | 0.58 | 243.16 | 0.22 | 0.34 |
| Hex | 46 | 44 | 6A | 22 | 24 | 0 | 3A | F3 | 16 | 22 |
| Octal | 106 | 104 | 152 | 42 | 44 | 0 | 72 | 363 | 26 | 42 |
| Binary | 1000110 | 1000100 | 1101010 | 100010 | 100100 | 0 | 111010 | 11110011 | 10110 | 100010 |
Color Harmonies of #46446A
Complementary color
Monochromatic Colors of #46446A
Black with #46446A
Text Example
Text Example
White with #46446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46446A; }
p { color: rgb(70,68,106); }
H1.HeaderClassName
{
color: #46446A;
}
.AnyTagClassName
{
color: #46446A;
}
</style>
background-color css
<style>
a { background-color: #46446A; }
a { background-color: rgb(70,68,106); }
div.DivClassName
{
background-color: #46446A;
}
.BgClassName
{
background-color: #46446A;
}
</style>
border-color css
<style>
span { border-color: #46446A; }
span { border-color: rgb(70,68,106); }
td.TdClassName
{
border-color: #46446A;
}
.TagClassName
{
border-color: #46446A;
}
</style>