Shades of Corn Flower Blue #4B476D
Tints of Corn Flower Blue #4B476D
RGB
CMYK
RGB Variations
Color information
#4B476D (or 0x4B476D) is known color: Corn Flower Blue. HEX triplet: 4B, 47 and 6D. RGB value is (75,71,109). Sum of RGB (Red+Green+Blue) = 75+71+109=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B476D is #B4B892. Grayscale: #4C4C4C. Windows color (decimal): -11843731 or 7161675. OLE color: 7161675.
HSL color Cylindrical-coordinate representation of color #4B476D: hue angle of 246.32º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B476D is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 71 | 109 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.57 |
| HSL | 246.32º | 0.21% | 0.35% | - |
| HSV(B) | 246.32º | 0.35% | 0.43% | - |
| XYZ | 7.92 | 7.11 | 15.42 | - |
| YUV | 76.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 109 | 0.31 | 0.35 | 0 | 0.57 | 246.32 | 0.21 | 0.35 |
| Hex | 4B | 47 | 6D | 1F | 23 | 0 | 39 | F6 | 15 | 23 |
| Octal | 113 | 107 | 155 | 37 | 43 | 0 | 71 | 366 | 25 | 43 |
| Binary | 1001011 | 1000111 | 1101101 | 11111 | 100011 | 0 | 111001 | 11110110 | 10101 | 100011 |
Color Harmonies of #4B476D
Complementary color
Monochromatic Colors of #4B476D
Black with #4B476D
Text Example
Text Example
White with #4B476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B476D; }
p { color: rgb(75,71,109); }
H1.HeaderClassName
{
color: #4B476D;
}
.AnyTagClassName
{
color: #4B476D;
}
</style>
background-color css
<style>
a { background-color: #4B476D; }
a { background-color: rgb(75,71,109); }
div.DivClassName
{
background-color: #4B476D;
}
.BgClassName
{
background-color: #4B476D;
}
</style>
border-color css
<style>
span { border-color: #4B476D; }
span { border-color: rgb(75,71,109); }
td.TdClassName
{
border-color: #4B476D;
}
.TagClassName
{
border-color: #4B476D;
}
</style>