Shades of Corn Flower Blue #4B4667
Tints of Corn Flower Blue #4B4667
RGB
CMYK
RGB Variations
Color information
#4B4667 (or 0x4B4667) is known color: Corn Flower Blue. HEX triplet: 4B, 46 and 67. RGB value is (75,70,103). Sum of RGB (Red+Green+Blue) = 75+70+103=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B4667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4667 is #B4B998. Grayscale: #4B4B4B. Windows color (decimal): -11843993 or 6768203. OLE color: 6768203.
HSL color Cylindrical-coordinate representation of color #4B4667: hue angle of 249.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B4667 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 70 | 103 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.60 |
| HSL | 249.09º | 0.19% | 0.34% | - |
| HSV(B) | 249.09º | 0.32% | 0.4% | - |
| XYZ | 7.54 | 6.86 | 13.76 | - |
| YUV | 75.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 103 | 0.27 | 0.32 | 0 | 0.60 | 249.09 | 0.19 | 0.34 |
| Hex | 4B | 46 | 67 | 1B | 20 | 0 | 3C | F9 | 13 | 22 |
| Octal | 113 | 106 | 147 | 33 | 40 | 0 | 74 | 371 | 23 | 42 |
| Binary | 1001011 | 1000110 | 1100111 | 11011 | 100000 | 0 | 111100 | 11111001 | 10011 | 100010 |
Color Harmonies of #4B4667
Complementary color
Monochromatic Colors of #4B4667
Black with #4B4667
Text Example
Text Example
White with #4B4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4667; }
p { color: rgb(75,70,103); }
H1.HeaderClassName
{
color: #4B4667;
}
.AnyTagClassName
{
color: #4B4667;
}
</style>
background-color css
<style>
a { background-color: #4B4667; }
a { background-color: rgb(75,70,103); }
div.DivClassName
{
background-color: #4B4667;
}
.BgClassName
{
background-color: #4B4667;
}
</style>
border-color css
<style>
span { border-color: #4B4667; }
span { border-color: rgb(75,70,103); }
td.TdClassName
{
border-color: #4B4667;
}
.TagClassName
{
border-color: #4B4667;
}
</style>