Shades of Corn Flower Blue #4B466D
Tints of Corn Flower Blue #4B466D
RGB
CMYK
RGB Variations
Color information
#4B466D (or 0x4B466D) is known color: Corn Flower Blue. HEX triplet: 4B, 46 and 6D. RGB value is (75,70,109). Sum of RGB (Red+Green+Blue) = 75+70+109=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B466D is #B4B992. Grayscale: #4B4B4B. Windows color (decimal): -11843987 or 7161419. OLE color: 7161419.
HSL color Cylindrical-coordinate representation of color #4B466D: hue angle of 247.69º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B466D is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 70 | 109 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.57 |
| HSL | 247.69º | 0.22% | 0.35% | - |
| HSV(B) | 247.69º | 0.36% | 0.43% | - |
| XYZ | 7.85 | 6.98 | 15.4 | - |
| YUV | 75.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 109 | 0.31 | 0.36 | 0 | 0.57 | 247.69 | 0.22 | 0.35 |
| Hex | 4B | 46 | 6D | 1F | 24 | 0 | 39 | F8 | 16 | 23 |
| Octal | 113 | 106 | 155 | 37 | 44 | 0 | 71 | 370 | 26 | 43 |
| Binary | 1001011 | 1000110 | 1101101 | 11111 | 100100 | 0 | 111001 | 11111000 | 10110 | 100011 |
Color Harmonies of #4B466D
Complementary color
Monochromatic Colors of #4B466D
Black with #4B466D
Text Example
Text Example
White with #4B466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B466D; }
p { color: rgb(75,70,109); }
H1.HeaderClassName
{
color: #4B466D;
}
.AnyTagClassName
{
color: #4B466D;
}
</style>
background-color css
<style>
a { background-color: #4B466D; }
a { background-color: rgb(75,70,109); }
div.DivClassName
{
background-color: #4B466D;
}
.BgClassName
{
background-color: #4B466D;
}
</style>
border-color css
<style>
span { border-color: #4B466D; }
span { border-color: rgb(75,70,109); }
td.TdClassName
{
border-color: #4B466D;
}
.TagClassName
{
border-color: #4B466D;
}
</style>