Shades of Corn Flower Blue #4B466F
Tints of Corn Flower Blue #4B466F
RGB
CMYK
RGB Variations
Color information
#4B466F (or 0x4B466F) is known color: Corn Flower Blue. HEX triplet: 4B, 46 and 6F. RGB value is (75,70,111). Sum of RGB (Red+Green+Blue) = 75+70+111=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B466F is #B4B990. Grayscale: #4C4C4C. Windows color (decimal): -11843985 or 7292491. OLE color: 7292491.
HSL color Cylindrical-coordinate representation of color #4B466F: hue angle of 247.32º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B466F is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 70 | 111 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.56 |
| HSL | 247.32º | 0.23% | 0.35% | - |
| HSV(B) | 247.32º | 0.37% | 0.44% | - |
| XYZ | 7.96 | 7.02 | 15.98 | - |
| YUV | 76.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 111 | 0.32 | 0.37 | 0 | 0.56 | 247.32 | 0.23 | 0.35 |
| Hex | 4B | 46 | 6F | 20 | 25 | 0 | 38 | F7 | 17 | 23 |
| Octal | 113 | 106 | 157 | 40 | 45 | 0 | 70 | 367 | 27 | 43 |
| Binary | 1001011 | 1000110 | 1101111 | 100000 | 100101 | 0 | 111000 | 11110111 | 10111 | 100011 |
Color Harmonies of #4B466F
Complementary color
Monochromatic Colors of #4B466F
Black with #4B466F
Text Example
Text Example
White with #4B466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B466F; }
p { color: rgb(75,70,111); }
H1.HeaderClassName
{
color: #4B466F;
}
.AnyTagClassName
{
color: #4B466F;
}
</style>
background-color css
<style>
a { background-color: #4B466F; }
a { background-color: rgb(75,70,111); }
div.DivClassName
{
background-color: #4B466F;
}
.BgClassName
{
background-color: #4B466F;
}
</style>
border-color css
<style>
span { border-color: #4B466F; }
span { border-color: rgb(75,70,111); }
td.TdClassName
{
border-color: #4B466F;
}
.TagClassName
{
border-color: #4B466F;
}
</style>