Shades of Corn Flower Blue #4A4B79
Tints of Corn Flower Blue #4A4B79
RGB
CMYK
RGB Variations
Color information
#4A4B79 (or 0x4A4B79) is known color: Corn Flower Blue. HEX triplet: 4A, 4B and 79. RGB value is (74,75,121). Sum of RGB (Red+Green+Blue) = 74+75+121=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A4B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4B79 is #B5B486. Grayscale: #4F4F4F. Windows color (decimal): -11908231 or 7949130. OLE color: 7949130.
HSL color Cylindrical-coordinate representation of color #4A4B79: hue angle of 238.72º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A4B79 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 75 | 121 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.53 |
| HSL | 238.72º | 0.24% | 0.38% | - |
| HSV(B) | 238.72º | 0.39% | 0.47% | - |
| XYZ | 8.79 | 7.87 | 19.14 | - |
| YUV | 79.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 121 | 0.39 | 0.38 | 0 | 0.53 | 238.72 | 0.24 | 0.38 |
| Hex | 4A | 4B | 79 | 27 | 26 | 0 | 35 | EF | 18 | 26 |
| Octal | 112 | 113 | 171 | 47 | 46 | 0 | 65 | 357 | 30 | 46 |
| Binary | 1001010 | 1001011 | 1111001 | 100111 | 100110 | 0 | 110101 | 11101111 | 11000 | 100110 |
Color Harmonies of #4A4B79
Complementary color
Monochromatic Colors of #4A4B79
Black with #4A4B79
Text Example
Text Example
White with #4A4B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4B79; }
p { color: rgb(74,75,121); }
H1.HeaderClassName
{
color: #4A4B79;
}
.AnyTagClassName
{
color: #4A4B79;
}
</style>
background-color css
<style>
a { background-color: #4A4B79; }
a { background-color: rgb(74,75,121); }
div.DivClassName
{
background-color: #4A4B79;
}
.BgClassName
{
background-color: #4A4B79;
}
</style>
border-color css
<style>
span { border-color: #4A4B79; }
span { border-color: rgb(74,75,121); }
td.TdClassName
{
border-color: #4A4B79;
}
.TagClassName
{
border-color: #4A4B79;
}
</style>