Shades of Corn Flower Blue #4A4E76
Tints of Corn Flower Blue #4A4E76
RGB
CMYK
RGB Variations
Color information
#4A4E76 (or 0x4A4E76) is known color: Corn Flower Blue. HEX triplet: 4A, 4E and 76. RGB value is (74,78,118). Sum of RGB (Red+Green+Blue) = 74+78+118=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A4E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4E76 is #B5B189. Grayscale: #515151. Windows color (decimal): -11907466 or 7753290. OLE color: 7753290.
HSL color Cylindrical-coordinate representation of color #4A4E76: hue angle of 234.55º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A4E76 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 78 | 118 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.54 |
| HSL | 234.55º | 0.23% | 0.38% | - |
| HSV(B) | 234.55º | 0.37% | 0.46% | - |
| XYZ | 8.82 | 8.21 | 18.26 | - |
| YUV | 81.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 118 | 0.37 | 0.34 | 0 | 0.54 | 234.55 | 0.23 | 0.38 |
| Hex | 4A | 4E | 76 | 25 | 22 | 0 | 36 | EB | 17 | 26 |
| Octal | 112 | 116 | 166 | 45 | 42 | 0 | 66 | 353 | 27 | 46 |
| Binary | 1001010 | 1001110 | 1110110 | 100101 | 100010 | 0 | 110110 | 11101011 | 10111 | 100110 |
Color Harmonies of #4A4E76
Complementary color
Monochromatic Colors of #4A4E76
Black with #4A4E76
Text Example
Text Example
White with #4A4E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4E76; }
p { color: rgb(74,78,118); }
H1.HeaderClassName
{
color: #4A4E76;
}
.AnyTagClassName
{
color: #4A4E76;
}
</style>
background-color css
<style>
a { background-color: #4A4E76; }
a { background-color: rgb(74,78,118); }
div.DivClassName
{
background-color: #4A4E76;
}
.BgClassName
{
background-color: #4A4E76;
}
</style>
border-color css
<style>
span { border-color: #4A4E76; }
span { border-color: rgb(74,78,118); }
td.TdClassName
{
border-color: #4A4E76;
}
.TagClassName
{
border-color: #4A4E76;
}
</style>