Shades of Corn Flower Blue #4D507B
Tints of Corn Flower Blue #4D507B
RGB
CMYK
RGB Variations
Color information
#4D507B (or 0x4D507B) is known color: Corn Flower Blue. HEX triplet: 4D, 50 and 7B. RGB value is (77,80,123). Sum of RGB (Red+Green+Blue) = 77+80+123=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D507B is #B2AF84. Grayscale: #535353. Windows color (decimal): -11710341 or 8081485. OLE color: 8081485.
HSL color Cylindrical-coordinate representation of color #4D507B: hue angle of 236.09º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D507B is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 80 | 123 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.52 |
| HSL | 236.09º | 0.23% | 0.39% | - |
| HSV(B) | 236.09º | 0.37% | 0.48% | - |
| XYZ | 9.5 | 8.75 | 19.93 | - |
| YUV | 84.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 123 | 0.37 | 0.35 | 0 | 0.52 | 236.09 | 0.23 | 0.39 |
| Hex | 4D | 50 | 7B | 25 | 23 | 0 | 34 | EC | 17 | 27 |
| Octal | 115 | 120 | 173 | 45 | 43 | 0 | 64 | 354 | 27 | 47 |
| Binary | 1001101 | 1010000 | 1111011 | 100101 | 100011 | 0 | 110100 | 11101100 | 10111 | 100111 |
Color Harmonies of #4D507B
Complementary color
Monochromatic Colors of #4D507B
Black with #4D507B
Text Example
Text Example
White with #4D507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D507B; }
p { color: rgb(77,80,123); }
H1.HeaderClassName
{
color: #4D507B;
}
.AnyTagClassName
{
color: #4D507B;
}
</style>
background-color css
<style>
a { background-color: #4D507B; }
a { background-color: rgb(77,80,123); }
div.DivClassName
{
background-color: #4D507B;
}
.BgClassName
{
background-color: #4D507B;
}
</style>
border-color css
<style>
span { border-color: #4D507B; }
span { border-color: rgb(77,80,123); }
td.TdClassName
{
border-color: #4D507B;
}
.TagClassName
{
border-color: #4D507B;
}
</style>