Shades of Corn Flower Blue #4B476C
Tints of Corn Flower Blue #4B476C
RGB
CMYK
RGB Variations
Color information
#4B476C (or 0x4B476C) is known color: Corn Flower Blue. HEX triplet: 4B, 47 and 6C. RGB value is (75,71,108). Sum of RGB (Red+Green+Blue) = 75+71+108=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B476C is #B4B893. Grayscale: #4C4C4C. Windows color (decimal): -11843732 or 7096139. OLE color: 7096139.
HSL color Cylindrical-coordinate representation of color #4B476C: hue angle of 246.49º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B476C is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 71 | 108 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.58 |
| HSL | 246.49º | 0.21% | 0.35% | - |
| HSV(B) | 246.49º | 0.34% | 0.42% | - |
| XYZ | 7.86 | 7.09 | 15.14 | - |
| YUV | 76.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 108 | 0.31 | 0.34 | 0 | 0.58 | 246.49 | 0.21 | 0.35 |
| Hex | 4B | 47 | 6C | 1F | 22 | 0 | 3A | F6 | 15 | 23 |
| Octal | 113 | 107 | 154 | 37 | 42 | 0 | 72 | 366 | 25 | 43 |
| Binary | 1001011 | 1000111 | 1101100 | 11111 | 100010 | 0 | 111010 | 11110110 | 10101 | 100011 |
Color Harmonies of #4B476C
Complementary color
Monochromatic Colors of #4B476C
Black with #4B476C
Text Example
Text Example
White with #4B476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B476C; }
p { color: rgb(75,71,108); }
H1.HeaderClassName
{
color: #4B476C;
}
.AnyTagClassName
{
color: #4B476C;
}
</style>
background-color css
<style>
a { background-color: #4B476C; }
a { background-color: rgb(75,71,108); }
div.DivClassName
{
background-color: #4B476C;
}
.BgClassName
{
background-color: #4B476C;
}
</style>
border-color css
<style>
span { border-color: #4B476C; }
span { border-color: rgb(75,71,108); }
td.TdClassName
{
border-color: #4B476C;
}
.TagClassName
{
border-color: #4B476C;
}
</style>