Shades of Corn Flower Blue #4B486A
Tints of Corn Flower Blue #4B486A
RGB
CMYK
RGB Variations
Color information
#4B486A (or 0x4B486A) is known color: Corn Flower Blue. HEX triplet: 4B, 48 and 6A. RGB value is (75,72,106). Sum of RGB (Red+Green+Blue) = 75+72+106=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B486A is #B4B795. Grayscale: #4C4C4C. Windows color (decimal): -11843478 or 6965323. OLE color: 6965323.
HSL color Cylindrical-coordinate representation of color #4B486A: hue angle of 245.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B486A is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 72 | 106 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.58 |
| HSL | 245.29º | 0.19% | 0.35% | - |
| HSV(B) | 245.29º | 0.32% | 0.42% | - |
| XYZ | 7.82 | 7.17 | 14.61 | - |
| YUV | 76.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 106 | 0.29 | 0.32 | 0 | 0.58 | 245.29 | 0.19 | 0.35 |
| Hex | 4B | 48 | 6A | 1D | 20 | 0 | 3A | F5 | 13 | 23 |
| Octal | 113 | 110 | 152 | 35 | 40 | 0 | 72 | 365 | 23 | 43 |
| Binary | 1001011 | 1001000 | 1101010 | 11101 | 100000 | 0 | 111010 | 11110101 | 10011 | 100011 |
Color Harmonies of #4B486A
Complementary color
Monochromatic Colors of #4B486A
Black with #4B486A
Text Example
Text Example
White with #4B486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B486A; }
p { color: rgb(75,72,106); }
H1.HeaderClassName
{
color: #4B486A;
}
.AnyTagClassName
{
color: #4B486A;
}
</style>
background-color css
<style>
a { background-color: #4B486A; }
a { background-color: rgb(75,72,106); }
div.DivClassName
{
background-color: #4B486A;
}
.BgClassName
{
background-color: #4B486A;
}
</style>
border-color css
<style>
span { border-color: #4B486A; }
span { border-color: rgb(75,72,106); }
td.TdClassName
{
border-color: #4B486A;
}
.TagClassName
{
border-color: #4B486A;
}
</style>