Shades of Corn Flower Blue #4B466E
Tints of Corn Flower Blue #4B466E
RGB
CMYK
RGB Variations
Color information
#4B466E (or 0x4B466E) is known color: Corn Flower Blue. HEX triplet: 4B, 46 and 6E. RGB value is (75,70,110). Sum of RGB (Red+Green+Blue) = 75+70+110=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B466E is #B4B991. Grayscale: #4B4B4B. Windows color (decimal): -11843986 or 7226955. OLE color: 7226955.
HSL color Cylindrical-coordinate representation of color #4B466E: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B466E is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 70 | 110 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.57 |
| HSL | 247.5º | 0.22% | 0.35% | - |
| HSV(B) | 247.5º | 0.36% | 0.43% | - |
| XYZ | 7.91 | 7 | 15.69 | - |
| YUV | 76.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 110 | 0.32 | 0.36 | 0 | 0.57 | 247.5 | 0.22 | 0.35 |
| Hex | 4B | 46 | 6E | 20 | 24 | 0 | 39 | F8 | 16 | 23 |
| Octal | 113 | 106 | 156 | 40 | 44 | 0 | 71 | 370 | 26 | 43 |
| Binary | 1001011 | 1000110 | 1101110 | 100000 | 100100 | 0 | 111001 | 11111000 | 10110 | 100011 |
Color Harmonies of #4B466E
Complementary color
Monochromatic Colors of #4B466E
Black with #4B466E
Text Example
Text Example
White with #4B466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B466E; }
p { color: rgb(75,70,110); }
H1.HeaderClassName
{
color: #4B466E;
}
.AnyTagClassName
{
color: #4B466E;
}
</style>
background-color css
<style>
a { background-color: #4B466E; }
a { background-color: rgb(75,70,110); }
div.DivClassName
{
background-color: #4B466E;
}
.BgClassName
{
background-color: #4B466E;
}
</style>
border-color css
<style>
span { border-color: #4B466E; }
span { border-color: rgb(75,70,110); }
td.TdClassName
{
border-color: #4B466E;
}
.TagClassName
{
border-color: #4B466E;
}
</style>