Shades of Corn Flower Blue #4D476E
Tints of Corn Flower Blue #4D476E
RGB
CMYK
RGB Variations
Color information
#4D476E (or 0x4D476E) is known color: Corn Flower Blue. HEX triplet: 4D, 47 and 6E. RGB value is (77,71,110). Sum of RGB (Red+Green+Blue) = 77+71+110=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D476E is #B2B891. Grayscale: #4D4D4D. Windows color (decimal): -11712658 or 7227213. OLE color: 7227213.
HSL color Cylindrical-coordinate representation of color #4D476E: hue angle of 249.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D476E is Cyan = 0.3, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 71 | 110 | - |
| CMYK | 0.3 | 0.35 | 0 | 0.57 |
| HSL | 249.23º | 0.22% | 0.35% | - |
| HSV(B) | 249.23º | 0.35% | 0.43% | - |
| XYZ | 8.13 | 7.21 | 15.72 | - |
| YUV | 77.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 110 | 0.3 | 0.35 | 0 | 0.57 | 249.23 | 0.22 | 0.35 |
| Hex | 4D | 47 | 6E | 1E | 23 | 0 | 39 | F9 | 16 | 23 |
| Octal | 115 | 107 | 156 | 36 | 43 | 0 | 71 | 371 | 26 | 43 |
| Binary | 1001101 | 1000111 | 1101110 | 11110 | 100011 | 0 | 111001 | 11111001 | 10110 | 100011 |
Color Harmonies of #4D476E
Complementary color
Monochromatic Colors of #4D476E
Black with #4D476E
Text Example
Text Example
White with #4D476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D476E; }
p { color: rgb(77,71,110); }
H1.HeaderClassName
{
color: #4D476E;
}
.AnyTagClassName
{
color: #4D476E;
}
</style>
background-color css
<style>
a { background-color: #4D476E; }
a { background-color: rgb(77,71,110); }
div.DivClassName
{
background-color: #4D476E;
}
.BgClassName
{
background-color: #4D476E;
}
</style>
border-color css
<style>
span { border-color: #4D476E; }
span { border-color: rgb(77,71,110); }
td.TdClassName
{
border-color: #4D476E;
}
.TagClassName
{
border-color: #4D476E;
}
</style>