Shades of Corn Flower Blue #4B4276
Tints of Corn Flower Blue #4B4276
RGB
CMYK
RGB Variations
Color information
#4B4276 (or 0x4B4276) is known color: Corn Flower Blue. HEX triplet: 4B, 42 and 76. RGB value is (75,66,118). Sum of RGB (Red+Green+Blue) = 75+66+118=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B4276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4276 is #B4BD89. Grayscale: #4A4A4A. Windows color (decimal): -11845002 or 7750219. OLE color: 7750219.
HSL color Cylindrical-coordinate representation of color #4B4276: hue angle of 250.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B4276 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 66 | 118 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.54 |
| HSL | 250.38º | 0.28% | 0.36% | - |
| HSV(B) | 250.38º | 0.44% | 0.46% | - |
| XYZ | 8.12 | 6.7 | 18 | - |
| YUV | 74.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 118 | 0.36 | 0.44 | 0 | 0.54 | 250.38 | 0.28 | 0.36 |
| Hex | 4B | 42 | 76 | 24 | 2C | 0 | 36 | FA | 1C | 24 |
| Octal | 113 | 102 | 166 | 44 | 54 | 0 | 66 | 372 | 34 | 44 |
| Binary | 1001011 | 1000010 | 1110110 | 100100 | 101100 | 0 | 110110 | 11111010 | 11100 | 100100 |
Color Harmonies of #4B4276
Complementary color
Monochromatic Colors of #4B4276
Black with #4B4276
Text Example
Text Example
White with #4B4276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4276; }
p { color: rgb(75,66,118); }
H1.HeaderClassName
{
color: #4B4276;
}
.AnyTagClassName
{
color: #4B4276;
}
</style>
background-color css
<style>
a { background-color: #4B4276; }
a { background-color: rgb(75,66,118); }
div.DivClassName
{
background-color: #4B4276;
}
.BgClassName
{
background-color: #4B4276;
}
</style>
border-color css
<style>
span { border-color: #4B4276; }
span { border-color: rgb(75,66,118); }
td.TdClassName
{
border-color: #4B4276;
}
.TagClassName
{
border-color: #4B4276;
}
</style>