Shades of Corn Flower Blue #4A4479
Tints of Corn Flower Blue #4A4479
RGB
CMYK
RGB Variations
Color information
#4A4479 (or 0x4A4479) is known color: Corn Flower Blue. HEX triplet: 4A, 44 and 79. RGB value is (74,68,121). Sum of RGB (Red+Green+Blue) = 74+68+121=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A4479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4479 is #B5BB86. Grayscale: #4B4B4B. Windows color (decimal): -11910023 or 7947338. OLE color: 7947338.
HSL color Cylindrical-coordinate representation of color #4A4479: hue angle of 246.79º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A4479 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 68 | 121 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.53 |
| HSL | 246.79º | 0.28% | 0.37% | - |
| HSV(B) | 246.79º | 0.44% | 0.47% | - |
| XYZ | 8.34 | 6.97 | 18.99 | - |
| YUV | 75.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 121 | 0.39 | 0.44 | 0 | 0.53 | 246.79 | 0.28 | 0.37 |
| Hex | 4A | 44 | 79 | 27 | 2C | 0 | 35 | F7 | 1C | 25 |
| Octal | 112 | 104 | 171 | 47 | 54 | 0 | 65 | 367 | 34 | 45 |
| Binary | 1001010 | 1000100 | 1111001 | 100111 | 101100 | 0 | 110101 | 11110111 | 11100 | 100101 |
Color Harmonies of #4A4479
Complementary color
Monochromatic Colors of #4A4479
Black with #4A4479
Text Example
Text Example
White with #4A4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4479; }
p { color: rgb(74,68,121); }
H1.HeaderClassName
{
color: #4A4479;
}
.AnyTagClassName
{
color: #4A4479;
}
</style>
background-color css
<style>
a { background-color: #4A4479; }
a { background-color: rgb(74,68,121); }
div.DivClassName
{
background-color: #4A4479;
}
.BgClassName
{
background-color: #4A4479;
}
</style>
border-color css
<style>
span { border-color: #4A4479; }
span { border-color: rgb(74,68,121); }
td.TdClassName
{
border-color: #4A4479;
}
.TagClassName
{
border-color: #4A4479;
}
</style>