Shades of Corn Flower Blue #46446C
Tints of Corn Flower Blue #46446C
RGB
CMYK
RGB Variations
Color information
#46446C (or 0x46446C) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 6C. RGB value is (70,68,108). Sum of RGB (Red+Green+Blue) = 70+68+108=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #46446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46446C is #B9BB93. Grayscale: #494949. Windows color (decimal): -12172180 or 7095366. OLE color: 7095366.
HSL color Cylindrical-coordinate representation of color #46446C: hue angle of 243º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46446C is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 68 | 108 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.58 |
| HSL | 243º | 0.23% | 0.35% | - |
| HSV(B) | 243º | 0.37% | 0.42% | - |
| XYZ | 7.3 | 6.52 | 15.06 | - |
| YUV | 73.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 108 | 0.35 | 0.37 | 0 | 0.58 | 243 | 0.23 | 0.35 |
| Hex | 46 | 44 | 6C | 23 | 25 | 0 | 3A | F3 | 17 | 23 |
| Octal | 106 | 104 | 154 | 43 | 45 | 0 | 72 | 363 | 27 | 43 |
| Binary | 1000110 | 1000100 | 1101100 | 100011 | 100101 | 0 | 111010 | 11110011 | 10111 | 100011 |
Color Harmonies of #46446C
Complementary color
Monochromatic Colors of #46446C
Black with #46446C
Text Example
Text Example
White with #46446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46446C; }
p { color: rgb(70,68,108); }
H1.HeaderClassName
{
color: #46446C;
}
.AnyTagClassName
{
color: #46446C;
}
</style>
background-color css
<style>
a { background-color: #46446C; }
a { background-color: rgb(70,68,108); }
div.DivClassName
{
background-color: #46446C;
}
.BgClassName
{
background-color: #46446C;
}
</style>
border-color css
<style>
span { border-color: #46446C; }
span { border-color: rgb(70,68,108); }
td.TdClassName
{
border-color: #46446C;
}
.TagClassName
{
border-color: #46446C;
}
</style>