Shades of Corn Flower Blue #4A446D
Tints of Corn Flower Blue #4A446D
RGB
CMYK
RGB Variations
Color information
#4A446D (or 0x4A446D) is known color: Corn Flower Blue. HEX triplet: 4A, 44 and 6D. RGB value is (74,68,109). Sum of RGB (Red+Green+Blue) = 74+68+109=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A446D is #B5BB92. Grayscale: #4A4A4A. Windows color (decimal): -11910035 or 7160906. OLE color: 7160906.
HSL color Cylindrical-coordinate representation of color #4A446D: hue angle of 248.78º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A446D is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 68 | 109 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.57 |
| HSL | 248.78º | 0.23% | 0.35% | - |
| HSV(B) | 248.78º | 0.38% | 0.43% | - |
| XYZ | 7.65 | 6.69 | 15.36 | - |
| YUV | 74.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 109 | 0.32 | 0.38 | 0 | 0.57 | 248.78 | 0.23 | 0.35 |
| Hex | 4A | 44 | 6D | 20 | 26 | 0 | 39 | F9 | 17 | 23 |
| Octal | 112 | 104 | 155 | 40 | 46 | 0 | 71 | 371 | 27 | 43 |
| Binary | 1001010 | 1000100 | 1101101 | 100000 | 100110 | 0 | 111001 | 11111001 | 10111 | 100011 |
Color Harmonies of #4A446D
Complementary color
Monochromatic Colors of #4A446D
Black with #4A446D
Text Example
Text Example
White with #4A446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A446D; }
p { color: rgb(74,68,109); }
H1.HeaderClassName
{
color: #4A446D;
}
.AnyTagClassName
{
color: #4A446D;
}
</style>
background-color css
<style>
a { background-color: #4A446D; }
a { background-color: rgb(74,68,109); }
div.DivClassName
{
background-color: #4A446D;
}
.BgClassName
{
background-color: #4A446D;
}
</style>
border-color css
<style>
span { border-color: #4A446D; }
span { border-color: rgb(74,68,109); }
td.TdClassName
{
border-color: #4A446D;
}
.TagClassName
{
border-color: #4A446D;
}
</style>