Shades of Corn Flower Blue #4B467A
Tints of Corn Flower Blue #4B467A
RGB
CMYK
RGB Variations
Color information
#4B467A (or 0x4B467A) is known color: Corn Flower Blue. HEX triplet: 4B, 46 and 7A. RGB value is (75,70,122). Sum of RGB (Red+Green+Blue) = 75+70+122=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B467A is #B4B985. Grayscale: #4D4D4D. Windows color (decimal): -11843974 or 8013387. OLE color: 8013387.
HSL color Cylindrical-coordinate representation of color #4B467A: hue angle of 245.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B467A is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 70 | 122 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.52 |
| HSL | 245.77º | 0.27% | 0.38% | - |
| HSV(B) | 245.77º | 0.43% | 0.48% | - |
| XYZ | 8.6 | 7.28 | 19.36 | - |
| YUV | 77.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 122 | 0.39 | 0.43 | 0 | 0.52 | 245.77 | 0.27 | 0.38 |
| Hex | 4B | 46 | 7A | 27 | 2B | 0 | 34 | F6 | 1B | 26 |
| Octal | 113 | 106 | 172 | 47 | 53 | 0 | 64 | 366 | 33 | 46 |
| Binary | 1001011 | 1000110 | 1111010 | 100111 | 101011 | 0 | 110100 | 11110110 | 11011 | 100110 |
Color Harmonies of #4B467A
Complementary color
Monochromatic Colors of #4B467A
Black with #4B467A
Text Example
Text Example
White with #4B467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B467A; }
p { color: rgb(75,70,122); }
H1.HeaderClassName
{
color: #4B467A;
}
.AnyTagClassName
{
color: #4B467A;
}
</style>
background-color css
<style>
a { background-color: #4B467A; }
a { background-color: rgb(75,70,122); }
div.DivClassName
{
background-color: #4B467A;
}
.BgClassName
{
background-color: #4B467A;
}
</style>
border-color css
<style>
span { border-color: #4B467A; }
span { border-color: rgb(75,70,122); }
td.TdClassName
{
border-color: #4B467A;
}
.TagClassName
{
border-color: #4B467A;
}
</style>