Shades of Corn Flower Blue #4A497A
Tints of Corn Flower Blue #4A497A
RGB
CMYK
RGB Variations
Color information
#4A497A (or 0x4A497A) is known color: Corn Flower Blue. HEX triplet: 4A, 49 and 7A. RGB value is (74,73,122). Sum of RGB (Red+Green+Blue) = 74+73+122=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A497A is #B5B685. Grayscale: #4E4E4E. Windows color (decimal): -11908742 or 8014154. OLE color: 8014154.
HSL color Cylindrical-coordinate representation of color #4A497A: hue angle of 241.22º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A497A is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 73 | 122 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.52 |
| HSL | 241.22º | 0.25% | 0.38% | - |
| HSV(B) | 241.22º | 0.4% | 0.48% | - |
| XYZ | 8.72 | 7.63 | 19.42 | - |
| YUV | 78.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 73 | 122 | 0.39 | 0.40 | 0 | 0.52 | 241.22 | 0.25 | 0.38 |
| Hex | 4A | 49 | 7A | 27 | 28 | 0 | 34 | F1 | 19 | 26 |
| Octal | 112 | 111 | 172 | 47 | 50 | 0 | 64 | 361 | 31 | 46 |
| Binary | 1001010 | 1001001 | 1111010 | 100111 | 101000 | 0 | 110100 | 11110001 | 11001 | 100110 |
Color Harmonies of #4A497A
Complementary color
Monochromatic Colors of #4A497A
Black with #4A497A
Text Example
Text Example
White with #4A497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A497A; }
p { color: rgb(74,73,122); }
H1.HeaderClassName
{
color: #4A497A;
}
.AnyTagClassName
{
color: #4A497A;
}
</style>
background-color css
<style>
a { background-color: #4A497A; }
a { background-color: rgb(74,73,122); }
div.DivClassName
{
background-color: #4A497A;
}
.BgClassName
{
background-color: #4A497A;
}
</style>
border-color css
<style>
span { border-color: #4A497A; }
span { border-color: rgb(74,73,122); }
td.TdClassName
{
border-color: #4A497A;
}
.TagClassName
{
border-color: #4A497A;
}
</style>