Shades of Corn Flower Blue #4A4273
Tints of Corn Flower Blue #4A4273
RGB
CMYK
RGB Variations
Color information
#4A4273 (or 0x4A4273) is known color: Corn Flower Blue. HEX triplet: 4A, 42 and 73. RGB value is (74,66,115). Sum of RGB (Red+Green+Blue) = 74+66+115=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A4273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4273 is #B5BD8C. Grayscale: #494949. Windows color (decimal): -11910541 or 7553610. OLE color: 7553610.
HSL color Cylindrical-coordinate representation of color #4A4273: hue angle of 249.8º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A4273 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 66 | 115 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.55 |
| HSL | 249.8º | 0.27% | 0.35% | - |
| HSV(B) | 249.8º | 0.43% | 0.45% | - |
| XYZ | 7.87 | 6.59 | 17.08 | - |
| YUV | 73.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 115 | 0.36 | 0.43 | 0 | 0.55 | 249.8 | 0.27 | 0.35 |
| Hex | 4A | 42 | 73 | 24 | 2B | 0 | 37 | FA | 1B | 23 |
| Octal | 112 | 102 | 163 | 44 | 53 | 0 | 67 | 372 | 33 | 43 |
| Binary | 1001010 | 1000010 | 1110011 | 100100 | 101011 | 0 | 110111 | 11111010 | 11011 | 100011 |
Color Harmonies of #4A4273
Complementary color
Monochromatic Colors of #4A4273
Black with #4A4273
Text Example
Text Example
White with #4A4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4273; }
p { color: rgb(74,66,115); }
H1.HeaderClassName
{
color: #4A4273;
}
.AnyTagClassName
{
color: #4A4273;
}
</style>
background-color css
<style>
a { background-color: #4A4273; }
a { background-color: rgb(74,66,115); }
div.DivClassName
{
background-color: #4A4273;
}
.BgClassName
{
background-color: #4A4273;
}
</style>
border-color css
<style>
span { border-color: #4A4273; }
span { border-color: rgb(74,66,115); }
td.TdClassName
{
border-color: #4A4273;
}
.TagClassName
{
border-color: #4A4273;
}
</style>