Shades of Corn Flower Blue #4A4B78
Tints of Corn Flower Blue #4A4B78
RGB
CMYK
RGB Variations
Color information
#4A4B78 (or 0x4A4B78) is known color: Corn Flower Blue. HEX triplet: 4A, 4B and 78. RGB value is (74,75,120). Sum of RGB (Red+Green+Blue) = 74+75+120=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A4B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4B78 is #B5B487. Grayscale: #4F4F4F. Windows color (decimal): -11908232 or 7883594. OLE color: 7883594.
HSL color Cylindrical-coordinate representation of color #4A4B78: hue angle of 238.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A4B78 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 75 | 120 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.53 |
| HSL | 238.7º | 0.24% | 0.38% | - |
| HSV(B) | 238.7º | 0.38% | 0.47% | - |
| XYZ | 8.73 | 7.84 | 18.82 | - |
| YUV | 79.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 120 | 0.38 | 0.37 | 0 | 0.53 | 238.7 | 0.24 | 0.38 |
| Hex | 4A | 4B | 78 | 26 | 25 | 0 | 35 | EF | 18 | 26 |
| Octal | 112 | 113 | 170 | 46 | 45 | 0 | 65 | 357 | 30 | 46 |
| Binary | 1001010 | 1001011 | 1111000 | 100110 | 100101 | 0 | 110101 | 11101111 | 11000 | 100110 |
Color Harmonies of #4A4B78
Complementary color
Monochromatic Colors of #4A4B78
Black with #4A4B78
Text Example
Text Example
White with #4A4B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4B78; }
p { color: rgb(74,75,120); }
H1.HeaderClassName
{
color: #4A4B78;
}
.AnyTagClassName
{
color: #4A4B78;
}
</style>
background-color css
<style>
a { background-color: #4A4B78; }
a { background-color: rgb(74,75,120); }
div.DivClassName
{
background-color: #4A4B78;
}
.BgClassName
{
background-color: #4A4B78;
}
</style>
border-color css
<style>
span { border-color: #4A4B78; }
span { border-color: rgb(74,75,120); }
td.TdClassName
{
border-color: #4A4B78;
}
.TagClassName
{
border-color: #4A4B78;
}
</style>