Shades of Corn Flower Blue #4B4A73
Tints of Corn Flower Blue #4B4A73
RGB
CMYK
RGB Variations
Color information
#4B4A73 (or 0x4B4A73) is known color: Corn Flower Blue. HEX triplet: 4B, 4A and 73. RGB value is (75,74,115). Sum of RGB (Red+Green+Blue) = 75+74+115=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B4A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4A73 is #B4B58C. Grayscale: #4E4E4E. Windows color (decimal): -11842957 or 7555659. OLE color: 7555659.
HSL color Cylindrical-coordinate representation of color #4B4A73: hue angle of 241.46º 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 #4B4A73 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 74 | 115 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.55 |
| HSL | 241.46º | 0.22% | 0.37% | - |
| HSV(B) | 241.46º | 0.36% | 0.45% | - |
| XYZ | 8.44 | 7.63 | 17.25 | - |
| YUV | 78.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 74 | 115 | 0.35 | 0.36 | 0 | 0.55 | 241.46 | 0.22 | 0.37 |
| Hex | 4B | 4A | 73 | 23 | 24 | 0 | 37 | F1 | 16 | 25 |
| Octal | 113 | 112 | 163 | 43 | 44 | 0 | 67 | 361 | 26 | 45 |
| Binary | 1001011 | 1001010 | 1110011 | 100011 | 100100 | 0 | 110111 | 11110001 | 10110 | 100101 |
Color Harmonies of #4B4A73
Complementary color
Monochromatic Colors of #4B4A73
Black with #4B4A73
Text Example
Text Example
White with #4B4A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4A73; }
p { color: rgb(75,74,115); }
H1.HeaderClassName
{
color: #4B4A73;
}
.AnyTagClassName
{
color: #4B4A73;
}
</style>
background-color css
<style>
a { background-color: #4B4A73; }
a { background-color: rgb(75,74,115); }
div.DivClassName
{
background-color: #4B4A73;
}
.BgClassName
{
background-color: #4B4A73;
}
</style>
border-color css
<style>
span { border-color: #4B4A73; }
span { border-color: rgb(75,74,115); }
td.TdClassName
{
border-color: #4B4A73;
}
.TagClassName
{
border-color: #4B4A73;
}
</style>