Shades of Corn Flower Blue #4C4D75
Tints of Corn Flower Blue #4C4D75
RGB
CMYK
RGB Variations
Color information
#4C4D75 (or 0x4C4D75) is known color: Corn Flower Blue. HEX triplet: 4C, 4D and 75. RGB value is (76,77,117). Sum of RGB (Red+Green+Blue) = 76+77+117=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C4D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4D75 is #B3B28A. Grayscale: #515151. Windows color (decimal): -11776651 or 7687500. OLE color: 7687500.
HSL color Cylindrical-coordinate representation of color #4C4D75: hue angle of 238.54º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C4D75 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 77 | 117 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.54 |
| HSL | 238.54º | 0.21% | 0.38% | - |
| HSV(B) | 238.54º | 0.35% | 0.46% | - |
| XYZ | 8.85 | 8.13 | 17.93 | - |
| YUV | 81.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 77 | 117 | 0.35 | 0.34 | 0 | 0.54 | 238.54 | 0.21 | 0.38 |
| Hex | 4C | 4D | 75 | 23 | 22 | 0 | 36 | EF | 15 | 26 |
| Octal | 114 | 115 | 165 | 43 | 42 | 0 | 66 | 357 | 25 | 46 |
| Binary | 1001100 | 1001101 | 1110101 | 100011 | 100010 | 0 | 110110 | 11101111 | 10101 | 100110 |
Color Harmonies of #4C4D75
Complementary color
Monochromatic Colors of #4C4D75
Black with #4C4D75
Text Example
Text Example
White with #4C4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4D75; }
p { color: rgb(76,77,117); }
H1.HeaderClassName
{
color: #4C4D75;
}
.AnyTagClassName
{
color: #4C4D75;
}
</style>
background-color css
<style>
a { background-color: #4C4D75; }
a { background-color: rgb(76,77,117); }
div.DivClassName
{
background-color: #4C4D75;
}
.BgClassName
{
background-color: #4C4D75;
}
</style>
border-color css
<style>
span { border-color: #4C4D75; }
span { border-color: rgb(76,77,117); }
td.TdClassName
{
border-color: #4C4D75;
}
.TagClassName
{
border-color: #4C4D75;
}
</style>