Shades of Corn Flower Blue #4B456F
Tints of Corn Flower Blue #4B456F
RGB
CMYK
RGB Variations
Color information
#4B456F (or 0x4B456F) is known color: Corn Flower Blue. HEX triplet: 4B, 45 and 6F. RGB value is (75,69,111). Sum of RGB (Red+Green+Blue) = 75+69+111=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B456F is #B4BA90. Grayscale: #4B4B4B. Windows color (decimal): -11844241 or 7292235. OLE color: 7292235.
HSL color Cylindrical-coordinate representation of color #4B456F: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B456F is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 69 | 111 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.56 |
| HSL | 248.57º | 0.23% | 0.35% | - |
| HSV(B) | 248.57º | 0.38% | 0.44% | - |
| XYZ | 7.9 | 6.9 | 15.95 | - |
| YUV | 75.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 111 | 0.32 | 0.38 | 0 | 0.56 | 248.57 | 0.23 | 0.35 |
| Hex | 4B | 45 | 6F | 20 | 26 | 0 | 38 | F9 | 17 | 23 |
| Octal | 113 | 105 | 157 | 40 | 46 | 0 | 70 | 371 | 27 | 43 |
| Binary | 1001011 | 1000101 | 1101111 | 100000 | 100110 | 0 | 111000 | 11111001 | 10111 | 100011 |
Color Harmonies of #4B456F
Complementary color
Monochromatic Colors of #4B456F
Black with #4B456F
Text Example
Text Example
White with #4B456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B456F; }
p { color: rgb(75,69,111); }
H1.HeaderClassName
{
color: #4B456F;
}
.AnyTagClassName
{
color: #4B456F;
}
</style>
background-color css
<style>
a { background-color: #4B456F; }
a { background-color: rgb(75,69,111); }
div.DivClassName
{
background-color: #4B456F;
}
.BgClassName
{
background-color: #4B456F;
}
</style>
border-color css
<style>
span { border-color: #4B456F; }
span { border-color: rgb(75,69,111); }
td.TdClassName
{
border-color: #4B456F;
}
.TagClassName
{
border-color: #4B456F;
}
</style>