Shades of Corn Flower Blue #4A466A
Tints of Corn Flower Blue #4A466A
RGB
CMYK
RGB Variations
Color information
#4A466A (or 0x4A466A) is known color: Corn Flower Blue. HEX triplet: 4A, 46 and 6A. RGB value is (74,70,106). Sum of RGB (Red+Green+Blue) = 74+70+106=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A466A is #B5B995. Grayscale: #4B4B4B. Windows color (decimal): -11909526 or 6964810. OLE color: 6964810.
HSL color Cylindrical-coordinate representation of color #4A466A: hue angle of 246.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A466A is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 70 | 106 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.58 |
| HSL | 246.67º | 0.2% | 0.35% | - |
| HSV(B) | 246.67º | 0.34% | 0.42% | - |
| XYZ | 7.62 | 6.88 | 14.56 | - |
| YUV | 75.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 106 | 0.30 | 0.34 | 0 | 0.58 | 246.67 | 0.2 | 0.35 |
| Hex | 4A | 46 | 6A | 1E | 22 | 0 | 3A | F7 | 14 | 23 |
| Octal | 112 | 106 | 152 | 36 | 42 | 0 | 72 | 367 | 24 | 43 |
| Binary | 1001010 | 1000110 | 1101010 | 11110 | 100010 | 0 | 111010 | 11110111 | 10100 | 100011 |
Color Harmonies of #4A466A
Complementary color
Monochromatic Colors of #4A466A
Black with #4A466A
Text Example
Text Example
White with #4A466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A466A; }
p { color: rgb(74,70,106); }
H1.HeaderClassName
{
color: #4A466A;
}
.AnyTagClassName
{
color: #4A466A;
}
</style>
background-color css
<style>
a { background-color: #4A466A; }
a { background-color: rgb(74,70,106); }
div.DivClassName
{
background-color: #4A466A;
}
.BgClassName
{
background-color: #4A466A;
}
</style>
border-color css
<style>
span { border-color: #4A466A; }
span { border-color: rgb(74,70,106); }
td.TdClassName
{
border-color: #4A466A;
}
.TagClassName
{
border-color: #4A466A;
}
</style>