Shades of Corn Flower Blue #4B456B
Tints of Corn Flower Blue #4B456B
RGB
CMYK
RGB Variations
Color information
#4B456B (or 0x4B456B) is known color: Corn Flower Blue. HEX triplet: 4B, 45 and 6B. RGB value is (75,69,107). Sum of RGB (Red+Green+Blue) = 75+69+107=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B456B is #B4BA94. Grayscale: #4A4A4A. Windows color (decimal): -11844245 or 7030091. OLE color: 7030091.
HSL color Cylindrical-coordinate representation of color #4B456B: hue angle of 249.47º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B456B is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 69 | 107 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.58 |
| HSL | 249.47º | 0.22% | 0.35% | - |
| HSV(B) | 249.47º | 0.36% | 0.42% | - |
| XYZ | 7.68 | 6.81 | 14.82 | - |
| YUV | 75.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 107 | 0.30 | 0.36 | 0 | 0.58 | 249.47 | 0.22 | 0.35 |
| Hex | 4B | 45 | 6B | 1E | 24 | 0 | 3A | F9 | 16 | 23 |
| Octal | 113 | 105 | 153 | 36 | 44 | 0 | 72 | 371 | 26 | 43 |
| Binary | 1001011 | 1000101 | 1101011 | 11110 | 100100 | 0 | 111010 | 11111001 | 10110 | 100011 |
Color Harmonies of #4B456B
Complementary color
Monochromatic Colors of #4B456B
Black with #4B456B
Text Example
Text Example
White with #4B456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B456B; }
p { color: rgb(75,69,107); }
H1.HeaderClassName
{
color: #4B456B;
}
.AnyTagClassName
{
color: #4B456B;
}
</style>
background-color css
<style>
a { background-color: #4B456B; }
a { background-color: rgb(75,69,107); }
div.DivClassName
{
background-color: #4B456B;
}
.BgClassName
{
background-color: #4B456B;
}
</style>
border-color css
<style>
span { border-color: #4B456B; }
span { border-color: rgb(75,69,107); }
td.TdClassName
{
border-color: #4B456B;
}
.TagClassName
{
border-color: #4B456B;
}
</style>