Shades of Corn Flower Blue #4D496A
Tints of Corn Flower Blue #4D496A
RGB
CMYK
RGB Variations
Color information
#4D496A (or 0x4D496A) is known color: Corn Flower Blue. HEX triplet: 4D, 49 and 6A. RGB value is (77,73,106). Sum of RGB (Red+Green+Blue) = 77+73+106=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D496A is #B2B695. Grayscale: #4D4D4D. Windows color (decimal): -11712150 or 6965581. OLE color: 6965581.
HSL color Cylindrical-coordinate representation of color #4D496A: hue angle of 247.27º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D496A is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 73 | 106 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.58 |
| HSL | 247.27º | 0.18% | 0.35% | - |
| HSV(B) | 247.27º | 0.31% | 0.42% | - |
| XYZ | 8.04 | 7.38 | 14.64 | - |
| YUV | 77.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 106 | 0.27 | 0.31 | 0 | 0.58 | 247.27 | 0.18 | 0.35 |
| Hex | 4D | 49 | 6A | 1B | 1F | 0 | 3A | F7 | 12 | 23 |
| Octal | 115 | 111 | 152 | 33 | 37 | 0 | 72 | 367 | 22 | 43 |
| Binary | 1001101 | 1001001 | 1101010 | 11011 | 11111 | 0 | 111010 | 11110111 | 10010 | 100011 |
Color Harmonies of #4D496A
Complementary color
Monochromatic Colors of #4D496A
Black with #4D496A
Text Example
Text Example
White with #4D496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D496A; }
p { color: rgb(77,73,106); }
H1.HeaderClassName
{
color: #4D496A;
}
.AnyTagClassName
{
color: #4D496A;
}
</style>
background-color css
<style>
a { background-color: #4D496A; }
a { background-color: rgb(77,73,106); }
div.DivClassName
{
background-color: #4D496A;
}
.BgClassName
{
background-color: #4D496A;
}
</style>
border-color css
<style>
span { border-color: #4D496A; }
span { border-color: rgb(77,73,106); }
td.TdClassName
{
border-color: #4D496A;
}
.TagClassName
{
border-color: #4D496A;
}
</style>