Shades of Corn Flower Blue #4B476E
Tints of Corn Flower Blue #4B476E
RGB
CMYK
RGB Variations
Color information
#4B476E (or 0x4B476E) is known color: Corn Flower Blue. HEX triplet: 4B, 47 and 6E. RGB value is (75,71,110). Sum of RGB (Red+Green+Blue) = 75+71+110=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B476E is #B4B891. Grayscale: #4C4C4C. Windows color (decimal): -11843730 or 7227211. OLE color: 7227211.
HSL color Cylindrical-coordinate representation of color #4B476E: hue angle of 246.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B476E is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 71 | 110 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.57 |
| HSL | 246.15º | 0.22% | 0.35% | - |
| HSV(B) | 246.15º | 0.35% | 0.43% | - |
| XYZ | 7.97 | 7.13 | 15.71 | - |
| YUV | 76.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 110 | 0.32 | 0.35 | 0 | 0.57 | 246.15 | 0.22 | 0.35 |
| Hex | 4B | 47 | 6E | 20 | 23 | 0 | 39 | F6 | 16 | 23 |
| Octal | 113 | 107 | 156 | 40 | 43 | 0 | 71 | 366 | 26 | 43 |
| Binary | 1001011 | 1000111 | 1101110 | 100000 | 100011 | 0 | 111001 | 11110110 | 10110 | 100011 |
Color Harmonies of #4B476E
Complementary color
Monochromatic Colors of #4B476E
Black with #4B476E
Text Example
Text Example
White with #4B476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B476E; }
p { color: rgb(75,71,110); }
H1.HeaderClassName
{
color: #4B476E;
}
.AnyTagClassName
{
color: #4B476E;
}
</style>
background-color css
<style>
a { background-color: #4B476E; }
a { background-color: rgb(75,71,110); }
div.DivClassName
{
background-color: #4B476E;
}
.BgClassName
{
background-color: #4B476E;
}
</style>
border-color css
<style>
span { border-color: #4B476E; }
span { border-color: rgb(75,71,110); }
td.TdClassName
{
border-color: #4B476E;
}
.TagClassName
{
border-color: #4B476E;
}
</style>