Shades of Corn Flower Blue #4B4770
Tints of Corn Flower Blue #4B4770
RGB
CMYK
RGB Variations
Color information
#4B4770 (or 0x4B4770) is known color: Corn Flower Blue. HEX triplet: 4B, 47 and 70. RGB value is (75,71,112). Sum of RGB (Red+Green+Blue) = 75+71+112=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B4770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4770 is #B4B88F. Grayscale: #4C4C4C. Windows color (decimal): -11843728 or 7358283. OLE color: 7358283.
HSL color Cylindrical-coordinate representation of color #4B4770: hue angle of 245.85º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B4770 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 71 | 112 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.56 |
| HSL | 245.85º | 0.22% | 0.36% | - |
| HSV(B) | 245.85º | 0.37% | 0.44% | - |
| XYZ | 8.08 | 7.17 | 16.29 | - |
| YUV | 76.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 112 | 0.33 | 0.37 | 0 | 0.56 | 245.85 | 0.22 | 0.36 |
| Hex | 4B | 47 | 70 | 21 | 25 | 0 | 38 | F6 | 16 | 24 |
| Octal | 113 | 107 | 160 | 41 | 45 | 0 | 70 | 366 | 26 | 44 |
| Binary | 1001011 | 1000111 | 1110000 | 100001 | 100101 | 0 | 111000 | 11110110 | 10110 | 100100 |
Color Harmonies of #4B4770
Complementary color
Monochromatic Colors of #4B4770
Black with #4B4770
Text Example
Text Example
White with #4B4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4770; }
p { color: rgb(75,71,112); }
H1.HeaderClassName
{
color: #4B4770;
}
.AnyTagClassName
{
color: #4B4770;
}
</style>
background-color css
<style>
a { background-color: #4B4770; }
a { background-color: rgb(75,71,112); }
div.DivClassName
{
background-color: #4B4770;
}
.BgClassName
{
background-color: #4B4770;
}
</style>
border-color css
<style>
span { border-color: #4B4770; }
span { border-color: rgb(75,71,112); }
td.TdClassName
{
border-color: #4B4770;
}
.TagClassName
{
border-color: #4B4770;
}
</style>