Shades of Corn Flower Blue #4D486A
Tints of Corn Flower Blue #4D486A
RGB
CMYK
RGB Variations
Color information
#4D486A (or 0x4D486A) is known color: Corn Flower Blue. HEX triplet: 4D, 48 and 6A. RGB value is (77,72,106). Sum of RGB (Red+Green+Blue) = 77+72+106=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D486A is #B2B795. Grayscale: #4D4D4D. Windows color (decimal): -11712406 or 6965325. OLE color: 6965325.
HSL color Cylindrical-coordinate representation of color #4D486A: hue angle of 248.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D486A is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 72 | 106 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.58 |
| HSL | 248.82º | 0.19% | 0.35% | - |
| HSV(B) | 248.82º | 0.32% | 0.42% | - |
| XYZ | 7.98 | 7.25 | 14.62 | - |
| YUV | 77.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 106 | 0.27 | 0.32 | 0 | 0.58 | 248.82 | 0.19 | 0.35 |
| Hex | 4D | 48 | 6A | 1B | 20 | 0 | 3A | F9 | 13 | 23 |
| Octal | 115 | 110 | 152 | 33 | 40 | 0 | 72 | 371 | 23 | 43 |
| Binary | 1001101 | 1001000 | 1101010 | 11011 | 100000 | 0 | 111010 | 11111001 | 10011 | 100011 |
Color Harmonies of #4D486A
Complementary color
Monochromatic Colors of #4D486A
Black with #4D486A
Text Example
Text Example
White with #4D486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D486A; }
p { color: rgb(77,72,106); }
H1.HeaderClassName
{
color: #4D486A;
}
.AnyTagClassName
{
color: #4D486A;
}
</style>
background-color css
<style>
a { background-color: #4D486A; }
a { background-color: rgb(77,72,106); }
div.DivClassName
{
background-color: #4D486A;
}
.BgClassName
{
background-color: #4D486A;
}
</style>
border-color css
<style>
span { border-color: #4D486A; }
span { border-color: rgb(77,72,106); }
td.TdClassName
{
border-color: #4D486A;
}
.TagClassName
{
border-color: #4D486A;
}
</style>