Shades of Corn Flower Blue #4B4575
Tints of Corn Flower Blue #4B4575
RGB
CMYK
RGB Variations
Color information
#4B4575 (or 0x4B4575) is known color: Corn Flower Blue. HEX triplet: 4B, 45 and 75. RGB value is (75,69,117). Sum of RGB (Red+Green+Blue) = 75+69+117=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B4575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4575 is #B4BA8A. Grayscale: #4C4C4C. Windows color (decimal): -11844235 or 7685451. OLE color: 7685451.
HSL color Cylindrical-coordinate representation of color #4B4575: hue angle of 247.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B4575 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 69 | 117 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.54 |
| HSL | 247.5º | 0.26% | 0.36% | - |
| HSV(B) | 247.5º | 0.41% | 0.46% | - |
| XYZ | 8.24 | 7.04 | 17.75 | - |
| YUV | 76.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 117 | 0.36 | 0.41 | 0 | 0.54 | 247.5 | 0.26 | 0.36 |
| Hex | 4B | 45 | 75 | 24 | 29 | 0 | 36 | F8 | 1A | 24 |
| Octal | 113 | 105 | 165 | 44 | 51 | 0 | 66 | 370 | 32 | 44 |
| Binary | 1001011 | 1000101 | 1110101 | 100100 | 101001 | 0 | 110110 | 11111000 | 11010 | 100100 |
Color Harmonies of #4B4575
Complementary color
Monochromatic Colors of #4B4575
Black with #4B4575
Text Example
Text Example
White with #4B4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4575; }
p { color: rgb(75,69,117); }
H1.HeaderClassName
{
color: #4B4575;
}
.AnyTagClassName
{
color: #4B4575;
}
</style>
background-color css
<style>
a { background-color: #4B4575; }
a { background-color: rgb(75,69,117); }
div.DivClassName
{
background-color: #4B4575;
}
.BgClassName
{
background-color: #4B4575;
}
</style>
border-color css
<style>
span { border-color: #4B4575; }
span { border-color: rgb(75,69,117); }
td.TdClassName
{
border-color: #4B4575;
}
.TagClassName
{
border-color: #4B4575;
}
</style>