Shades of Corn Flower Blue #4A477B
Tints of Corn Flower Blue #4A477B
RGB
CMYK
RGB Variations
Color information
#4A477B (or 0x4A477B) is known color: Corn Flower Blue. HEX triplet: 4A, 47 and 7B. RGB value is (74,71,123). Sum of RGB (Red+Green+Blue) = 74+71+123=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A477B is #B5B884. Grayscale: #4D4D4D. Windows color (decimal): -11909253 or 8079178. OLE color: 8079178.
HSL color Cylindrical-coordinate representation of color #4A477B: hue angle of 243.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A477B is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 71 | 123 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.52 |
| HSL | 243.46º | 0.27% | 0.38% | - |
| HSV(B) | 243.46º | 0.42% | 0.48% | - |
| XYZ | 8.65 | 7.39 | 19.71 | - |
| YUV | 77.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 123 | 0.40 | 0.42 | 0 | 0.52 | 243.46 | 0.27 | 0.38 |
| Hex | 4A | 47 | 7B | 28 | 2A | 0 | 34 | F3 | 1B | 26 |
| Octal | 112 | 107 | 173 | 50 | 52 | 0 | 64 | 363 | 33 | 46 |
| Binary | 1001010 | 1000111 | 1111011 | 101000 | 101010 | 0 | 110100 | 11110011 | 11011 | 100110 |
Color Harmonies of #4A477B
Complementary color
Monochromatic Colors of #4A477B
Black with #4A477B
Text Example
Text Example
White with #4A477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A477B; }
p { color: rgb(74,71,123); }
H1.HeaderClassName
{
color: #4A477B;
}
.AnyTagClassName
{
color: #4A477B;
}
</style>
background-color css
<style>
a { background-color: #4A477B; }
a { background-color: rgb(74,71,123); }
div.DivClassName
{
background-color: #4A477B;
}
.BgClassName
{
background-color: #4A477B;
}
</style>
border-color css
<style>
span { border-color: #4A477B; }
span { border-color: rgb(74,71,123); }
td.TdClassName
{
border-color: #4A477B;
}
.TagClassName
{
border-color: #4A477B;
}
</style>