Shades of Corn Flower Blue #4D4878
Tints of Corn Flower Blue #4D4878
RGB
CMYK
RGB Variations
Color information
#4D4878 (or 0x4D4878) is known color: Corn Flower Blue. HEX triplet: 4D, 48 and 78. RGB value is (77,72,120). Sum of RGB (Red+Green+Blue) = 77+72+120=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D4878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4878 is #B2B787. Grayscale: #4E4E4E. Windows color (decimal): -11712392 or 7882829. OLE color: 7882829.
HSL color Cylindrical-coordinate representation of color #4D4878: hue angle of 246.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D4878 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 72 | 120 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.53 |
| HSL | 246.25º | 0.25% | 0.38% | - |
| HSV(B) | 246.25º | 0.4% | 0.47% | - |
| XYZ | 8.77 | 7.57 | 18.77 | - |
| YUV | 78.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 120 | 0.36 | 0.40 | 0 | 0.53 | 246.25 | 0.25 | 0.38 |
| Hex | 4D | 48 | 78 | 24 | 28 | 0 | 35 | F6 | 19 | 26 |
| Octal | 115 | 110 | 170 | 44 | 50 | 0 | 65 | 366 | 31 | 46 |
| Binary | 1001101 | 1001000 | 1111000 | 100100 | 101000 | 0 | 110101 | 11110110 | 11001 | 100110 |
Color Harmonies of #4D4878
Complementary color
Monochromatic Colors of #4D4878
Black with #4D4878
Text Example
Text Example
White with #4D4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4878; }
p { color: rgb(77,72,120); }
H1.HeaderClassName
{
color: #4D4878;
}
.AnyTagClassName
{
color: #4D4878;
}
</style>
background-color css
<style>
a { background-color: #4D4878; }
a { background-color: rgb(77,72,120); }
div.DivClassName
{
background-color: #4D4878;
}
.BgClassName
{
background-color: #4D4878;
}
</style>
border-color css
<style>
span { border-color: #4D4878; }
span { border-color: rgb(77,72,120); }
td.TdClassName
{
border-color: #4D4878;
}
.TagClassName
{
border-color: #4D4878;
}
</style>