Shades of Corn Flower Blue #4B4974
Tints of Corn Flower Blue #4B4974
RGB
CMYK
RGB Variations
Color information
#4B4974 (or 0x4B4974) is known color: Corn Flower Blue. HEX triplet: 4B, 49 and 74. RGB value is (75,73,116). Sum of RGB (Red+Green+Blue) = 75+73+116=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B4974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4974 is #B4B68B. Grayscale: #4E4E4E. Windows color (decimal): -11843212 or 7620939. OLE color: 7620939.
HSL color Cylindrical-coordinate representation of color #4B4974: hue angle of 242.79º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B4974 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 73 | 116 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.55 |
| HSL | 242.79º | 0.23% | 0.37% | - |
| HSV(B) | 242.79º | 0.37% | 0.45% | - |
| XYZ | 8.44 | 7.52 | 17.53 | - |
| YUV | 78.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 116 | 0.35 | 0.37 | 0 | 0.55 | 242.79 | 0.23 | 0.37 |
| Hex | 4B | 49 | 74 | 23 | 25 | 0 | 37 | F3 | 17 | 25 |
| Octal | 113 | 111 | 164 | 43 | 45 | 0 | 67 | 363 | 27 | 45 |
| Binary | 1001011 | 1001001 | 1110100 | 100011 | 100101 | 0 | 110111 | 11110011 | 10111 | 100101 |
Color Harmonies of #4B4974
Complementary color
Monochromatic Colors of #4B4974
Black with #4B4974
Text Example
Text Example
White with #4B4974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4974; }
p { color: rgb(75,73,116); }
H1.HeaderClassName
{
color: #4B4974;
}
.AnyTagClassName
{
color: #4B4974;
}
</style>
background-color css
<style>
a { background-color: #4B4974; }
a { background-color: rgb(75,73,116); }
div.DivClassName
{
background-color: #4B4974;
}
.BgClassName
{
background-color: #4B4974;
}
</style>
border-color css
<style>
span { border-color: #4B4974; }
span { border-color: rgb(75,73,116); }
td.TdClassName
{
border-color: #4B4974;
}
.TagClassName
{
border-color: #4B4974;
}
</style>