Shades of Corn Flower Blue #46476A
Tints of Corn Flower Blue #46476A
RGB
CMYK
RGB Variations
Color information
#46476A (or 0x46476A) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 6A. RGB value is (70,71,106). Sum of RGB (Red+Green+Blue) = 70+71+106=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #46476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46476A is #B9B895. Grayscale: #4A4A4A. Windows color (decimal): -12171414 or 6965062. OLE color: 6965062.
HSL color Cylindrical-coordinate representation of color #46476A: hue angle of 238.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #46476A is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 71 | 106 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.58 |
| HSL | 238.33º | 0.2% | 0.35% | - |
| HSV(B) | 238.33º | 0.34% | 0.42% | - |
| XYZ | 7.38 | 6.85 | 14.57 | - |
| YUV | 74.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 106 | 0.34 | 0.33 | 0 | 0.58 | 238.33 | 0.2 | 0.35 |
| Hex | 46 | 47 | 6A | 22 | 21 | 0 | 3A | EE | 14 | 23 |
| Octal | 106 | 107 | 152 | 42 | 41 | 0 | 72 | 356 | 24 | 43 |
| Binary | 1000110 | 1000111 | 1101010 | 100010 | 100001 | 0 | 111010 | 11101110 | 10100 | 100011 |
Color Harmonies of #46476A
Complementary color
Monochromatic Colors of #46476A
Black with #46476A
Text Example
Text Example
White with #46476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46476A; }
p { color: rgb(70,71,106); }
H1.HeaderClassName
{
color: #46476A;
}
.AnyTagClassName
{
color: #46476A;
}
</style>
background-color css
<style>
a { background-color: #46476A; }
a { background-color: rgb(70,71,106); }
div.DivClassName
{
background-color: #46476A;
}
.BgClassName
{
background-color: #46476A;
}
</style>
border-color css
<style>
span { border-color: #46476A; }
span { border-color: rgb(70,71,106); }
td.TdClassName
{
border-color: #46476A;
}
.TagClassName
{
border-color: #46476A;
}
</style>