Shades of Corn Flower Blue #4A467C
Tints of Corn Flower Blue #4A467C
RGB
CMYK
RGB Variations
Color information
#4A467C (or 0x4A467C) is known color: Corn Flower Blue. HEX triplet: 4A, 46 and 7C. RGB value is (74,70,124). Sum of RGB (Red+Green+Blue) = 74+70+124=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A467C is #B5B983. Grayscale: #4D4D4D. Windows color (decimal): -11909508 or 8144458. OLE color: 8144458.
HSL color Cylindrical-coordinate representation of color #4A467C: hue angle of 244.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A467C is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 70 | 124 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.51 |
| HSL | 244.44º | 0.28% | 0.38% | - |
| HSV(B) | 244.44º | 0.44% | 0.49% | - |
| XYZ | 8.65 | 7.29 | 20.02 | - |
| YUV | 77.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 124 | 0.40 | 0.44 | 0 | 0.51 | 244.44 | 0.28 | 0.38 |
| Hex | 4A | 46 | 7C | 28 | 2C | 0 | 33 | F4 | 1C | 26 |
| Octal | 112 | 106 | 174 | 50 | 54 | 0 | 63 | 364 | 34 | 46 |
| Binary | 1001010 | 1000110 | 1111100 | 101000 | 101100 | 0 | 110011 | 11110100 | 11100 | 100110 |
Color Harmonies of #4A467C
Complementary color
Monochromatic Colors of #4A467C
Black with #4A467C
Text Example
Text Example
White with #4A467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A467C; }
p { color: rgb(74,70,124); }
H1.HeaderClassName
{
color: #4A467C;
}
.AnyTagClassName
{
color: #4A467C;
}
</style>
background-color css
<style>
a { background-color: #4A467C; }
a { background-color: rgb(74,70,124); }
div.DivClassName
{
background-color: #4A467C;
}
.BgClassName
{
background-color: #4A467C;
}
</style>
border-color css
<style>
span { border-color: #4A467C; }
span { border-color: rgb(74,70,124); }
td.TdClassName
{
border-color: #4A467C;
}
.TagClassName
{
border-color: #4A467C;
}
</style>