Shades of Corn Flower Blue #4A4C6D
Tints of Corn Flower Blue #4A4C6D
RGB
CMYK
RGB Variations
Color information
#4A4C6D (or 0x4A4C6D) is known color: Corn Flower Blue. HEX triplet: 4A, 4C and 6D. RGB value is (74,76,109). Sum of RGB (Red+Green+Blue) = 74+76+109=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A4C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4C6D is #B5B392. Grayscale: #4F4F4F. Windows color (decimal): -11907987 or 7162954. OLE color: 7162954.
HSL color Cylindrical-coordinate representation of color #4A4C6D: hue angle of 236.57º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A4C6D is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 76 | 109 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.57 |
| HSL | 236.57º | 0.19% | 0.36% | - |
| HSV(B) | 236.57º | 0.32% | 0.43% | - |
| XYZ | 8.17 | 7.73 | 15.53 | - |
| YUV | 79.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 76 | 109 | 0.32 | 0.30 | 0 | 0.57 | 236.57 | 0.19 | 0.36 |
| Hex | 4A | 4C | 6D | 20 | 1E | 0 | 39 | ED | 13 | 24 |
| Octal | 112 | 114 | 155 | 40 | 36 | 0 | 71 | 355 | 23 | 44 |
| Binary | 1001010 | 1001100 | 1101101 | 100000 | 11110 | 0 | 111001 | 11101101 | 10011 | 100100 |
Color Harmonies of #4A4C6D
Complementary color
Monochromatic Colors of #4A4C6D
Black with #4A4C6D
Text Example
Text Example
White with #4A4C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4C6D; }
p { color: rgb(74,76,109); }
H1.HeaderClassName
{
color: #4A4C6D;
}
.AnyTagClassName
{
color: #4A4C6D;
}
</style>
background-color css
<style>
a { background-color: #4A4C6D; }
a { background-color: rgb(74,76,109); }
div.DivClassName
{
background-color: #4A4C6D;
}
.BgClassName
{
background-color: #4A4C6D;
}
</style>
border-color css
<style>
span { border-color: #4A4C6D; }
span { border-color: rgb(74,76,109); }
td.TdClassName
{
border-color: #4A4C6D;
}
.TagClassName
{
border-color: #4A4C6D;
}
</style>