Shades of Corn Flower Blue #4B486E
Tints of Corn Flower Blue #4B486E
RGB
CMYK
RGB Variations
Color information
#4B486E (or 0x4B486E) is known color: Corn Flower Blue. HEX triplet: 4B, 48 and 6E. RGB value is (75,72,110). Sum of RGB (Red+Green+Blue) = 75+72+110=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B486E is #B4B791. Grayscale: #4D4D4D. Windows color (decimal): -11843474 or 7227467. OLE color: 7227467.
HSL color Cylindrical-coordinate representation of color #4B486E: hue angle of 244.74º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B486E is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 72 | 110 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.57 |
| HSL | 244.74º | 0.21% | 0.36% | - |
| HSV(B) | 244.74º | 0.35% | 0.43% | - |
| XYZ | 8.03 | 7.26 | 15.73 | - |
| YUV | 77.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 110 | 0.32 | 0.35 | 0 | 0.57 | 244.74 | 0.21 | 0.36 |
| Hex | 4B | 48 | 6E | 20 | 23 | 0 | 39 | F5 | 15 | 24 |
| Octal | 113 | 110 | 156 | 40 | 43 | 0 | 71 | 365 | 25 | 44 |
| Binary | 1001011 | 1001000 | 1101110 | 100000 | 100011 | 0 | 111001 | 11110101 | 10101 | 100100 |
Color Harmonies of #4B486E
Complementary color
Monochromatic Colors of #4B486E
Black with #4B486E
Text Example
Text Example
White with #4B486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B486E; }
p { color: rgb(75,72,110); }
H1.HeaderClassName
{
color: #4B486E;
}
.AnyTagClassName
{
color: #4B486E;
}
</style>
background-color css
<style>
a { background-color: #4B486E; }
a { background-color: rgb(75,72,110); }
div.DivClassName
{
background-color: #4B486E;
}
.BgClassName
{
background-color: #4B486E;
}
</style>
border-color css
<style>
span { border-color: #4B486E; }
span { border-color: rgb(75,72,110); }
td.TdClassName
{
border-color: #4B486E;
}
.TagClassName
{
border-color: #4B486E;
}
</style>