Shades of Corn Flower Blue #4A457B
Tints of Corn Flower Blue #4A457B
RGB
CMYK
RGB Variations
Color information
#4A457B (or 0x4A457B) is known color: Corn Flower Blue. HEX triplet: 4A, 45 and 7B. RGB value is (74,69,123). Sum of RGB (Red+Green+Blue) = 74+69+123=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A457B is #B5BA84. Grayscale: #4C4C4C. Windows color (decimal): -11909765 or 8078666. OLE color: 8078666.
HSL color Cylindrical-coordinate representation of color #4A457B: hue angle of 245.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A457B is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 69 | 123 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.52 |
| HSL | 245.56º | 0.28% | 0.38% | - |
| HSV(B) | 245.56º | 0.44% | 0.48% | - |
| XYZ | 8.53 | 7.14 | 19.67 | - |
| YUV | 76.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 123 | 0.40 | 0.44 | 0 | 0.52 | 245.56 | 0.28 | 0.38 |
| Hex | 4A | 45 | 7B | 28 | 2C | 0 | 34 | F6 | 1C | 26 |
| Octal | 112 | 105 | 173 | 50 | 54 | 0 | 64 | 366 | 34 | 46 |
| Binary | 1001010 | 1000101 | 1111011 | 101000 | 101100 | 0 | 110100 | 11110110 | 11100 | 100110 |
Color Harmonies of #4A457B
Complementary color
Monochromatic Colors of #4A457B
Black with #4A457B
Text Example
Text Example
White with #4A457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A457B; }
p { color: rgb(74,69,123); }
H1.HeaderClassName
{
color: #4A457B;
}
.AnyTagClassName
{
color: #4A457B;
}
</style>
background-color css
<style>
a { background-color: #4A457B; }
a { background-color: rgb(74,69,123); }
div.DivClassName
{
background-color: #4A457B;
}
.BgClassName
{
background-color: #4A457B;
}
</style>
border-color css
<style>
span { border-color: #4A457B; }
span { border-color: rgb(74,69,123); }
td.TdClassName
{
border-color: #4A457B;
}
.TagClassName
{
border-color: #4A457B;
}
</style>