Shades of Corn Flower Blue #4B4772
Tints of Corn Flower Blue #4B4772
RGB
CMYK
RGB Variations
Color information
#4B4772 (or 0x4B4772) is known color: Corn Flower Blue. HEX triplet: 4B, 47 and 72. RGB value is (75,71,114). Sum of RGB (Red+Green+Blue) = 75+71+114=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B4772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4772 is #B4B88D. Grayscale: #4C4C4C. Windows color (decimal): -11843726 or 7489355. OLE color: 7489355.
HSL color Cylindrical-coordinate representation of color #4B4772: hue angle of 245.58º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B4772 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 71 | 114 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.55 |
| HSL | 245.58º | 0.23% | 0.36% | - |
| HSV(B) | 245.58º | 0.38% | 0.45% | - |
| XYZ | 8.19 | 7.22 | 16.88 | - |
| YUV | 77.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 114 | 0.34 | 0.38 | 0 | 0.55 | 245.58 | 0.23 | 0.36 |
| Hex | 4B | 47 | 72 | 22 | 26 | 0 | 37 | F6 | 17 | 24 |
| Octal | 113 | 107 | 162 | 42 | 46 | 0 | 67 | 366 | 27 | 44 |
| Binary | 1001011 | 1000111 | 1110010 | 100010 | 100110 | 0 | 110111 | 11110110 | 10111 | 100100 |
Color Harmonies of #4B4772
Complementary color
Monochromatic Colors of #4B4772
Black with #4B4772
Text Example
Text Example
White with #4B4772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4772; }
p { color: rgb(75,71,114); }
H1.HeaderClassName
{
color: #4B4772;
}
.AnyTagClassName
{
color: #4B4772;
}
</style>
background-color css
<style>
a { background-color: #4B4772; }
a { background-color: rgb(75,71,114); }
div.DivClassName
{
background-color: #4B4772;
}
.BgClassName
{
background-color: #4B4772;
}
</style>
border-color css
<style>
span { border-color: #4B4772; }
span { border-color: rgb(75,71,114); }
td.TdClassName
{
border-color: #4B4772;
}
.TagClassName
{
border-color: #4B4772;
}
</style>