Shades of Corn Flower Blue #4B4972
Tints of Corn Flower Blue #4B4972
RGB
CMYK
RGB Variations
Color information
#4B4972 (or 0x4B4972) is known color: Corn Flower Blue. HEX triplet: 4B, 49 and 72. RGB value is (75,73,114). Sum of RGB (Red+Green+Blue) = 75+73+114=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B4972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4972 is #B4B68D. Grayscale: #4E4E4E. Windows color (decimal): -11843214 or 7489867. OLE color: 7489867.
HSL color Cylindrical-coordinate representation of color #4B4972: hue angle of 242.93º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B4972 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 73 | 114 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.55 |
| HSL | 242.93º | 0.22% | 0.37% | - |
| HSV(B) | 242.93º | 0.36% | 0.45% | - |
| XYZ | 8.32 | 7.48 | 16.92 | - |
| YUV | 78.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 114 | 0.34 | 0.36 | 0 | 0.55 | 242.93 | 0.22 | 0.37 |
| Hex | 4B | 49 | 72 | 22 | 24 | 0 | 37 | F3 | 16 | 25 |
| Octal | 113 | 111 | 162 | 42 | 44 | 0 | 67 | 363 | 26 | 45 |
| Binary | 1001011 | 1001001 | 1110010 | 100010 | 100100 | 0 | 110111 | 11110011 | 10110 | 100101 |
Color Harmonies of #4B4972
Complementary color
Monochromatic Colors of #4B4972
Black with #4B4972
Text Example
Text Example
White with #4B4972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4972; }
p { color: rgb(75,73,114); }
H1.HeaderClassName
{
color: #4B4972;
}
.AnyTagClassName
{
color: #4B4972;
}
</style>
background-color css
<style>
a { background-color: #4B4972; }
a { background-color: rgb(75,73,114); }
div.DivClassName
{
background-color: #4B4972;
}
.BgClassName
{
background-color: #4B4972;
}
</style>
border-color css
<style>
span { border-color: #4B4972; }
span { border-color: rgb(75,73,114); }
td.TdClassName
{
border-color: #4B4972;
}
.TagClassName
{
border-color: #4B4972;
}
</style>