Shades of Corn Flower Blue #4C4D7B
Tints of Corn Flower Blue #4C4D7B
RGB
CMYK
RGB Variations
Color information
#4C4D7B (or 0x4C4D7B) is known color: Corn Flower Blue. HEX triplet: 4C, 4D and 7B. RGB value is (76,77,123). Sum of RGB (Red+Green+Blue) = 76+77+123=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C4D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4D7B is #B3B284. Grayscale: #515151. Windows color (decimal): -11776645 or 8080716. OLE color: 8080716.
HSL color Cylindrical-coordinate representation of color #4C4D7B: hue angle of 238.72º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C4D7B is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 77 | 123 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.52 |
| HSL | 238.72º | 0.24% | 0.39% | - |
| HSV(B) | 238.72º | 0.38% | 0.48% | - |
| XYZ | 9.21 | 8.27 | 19.85 | - |
| YUV | 81.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 77 | 123 | 0.38 | 0.37 | 0 | 0.52 | 238.72 | 0.24 | 0.39 |
| Hex | 4C | 4D | 7B | 26 | 25 | 0 | 34 | EF | 18 | 27 |
| Octal | 114 | 115 | 173 | 46 | 45 | 0 | 64 | 357 | 30 | 47 |
| Binary | 1001100 | 1001101 | 1111011 | 100110 | 100101 | 0 | 110100 | 11101111 | 11000 | 100111 |
Color Harmonies of #4C4D7B
Complementary color
Monochromatic Colors of #4C4D7B
Black with #4C4D7B
Text Example
Text Example
White with #4C4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4D7B; }
p { color: rgb(76,77,123); }
H1.HeaderClassName
{
color: #4C4D7B;
}
.AnyTagClassName
{
color: #4C4D7B;
}
</style>
background-color css
<style>
a { background-color: #4C4D7B; }
a { background-color: rgb(76,77,123); }
div.DivClassName
{
background-color: #4C4D7B;
}
.BgClassName
{
background-color: #4C4D7B;
}
</style>
border-color css
<style>
span { border-color: #4C4D7B; }
span { border-color: rgb(76,77,123); }
td.TdClassName
{
border-color: #4C4D7B;
}
.TagClassName
{
border-color: #4C4D7B;
}
</style>