Shades of Free Speech Blue #4B5ECE
Tints of Free Speech Blue #4B5ECE
RGB
CMYK
RGB Variations
Color information
#4B5ECE (or 0x4B5ECE) is known color: Free Speech Blue. HEX triplet: 4B, 5E and CE. RGB value is (75,94,206). Sum of RGB (Red+Green+Blue) = 75+94+206=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5ECE is #B4A131. Grayscale: #646464. Windows color (decimal): -11837746 or 13524555. OLE color: 13524555.
HSL color Cylindrical-coordinate representation of color #4B5ECE: hue angle of 231.3º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B5ECE is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 94 | 206 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.19 |
| HSL | 231.3º | 0.57% | 0.55% | - |
| HSV(B) | 231.3º | 0.64% | 0.81% | - |
| XYZ | 18.04 | 13.96 | 60.14 | - |
| YUV | 101.09 | 187.21 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 94 | 206 | 0.64 | 0.54 | 0 | 0.19 | 231.3 | 0.57 | 0.55 |
| Hex | 4B | 5E | CE | 40 | 36 | 0 | 13 | E7 | 39 | 37 |
| Octal | 113 | 136 | 316 | 100 | 66 | 0 | 23 | 347 | 71 | 67 |
| Binary | 1001011 | 1011110 | 11001110 | 1000000 | 110110 | 0 | 10011 | 11100111 | 111001 | 110111 |
Color Harmonies of #4B5ECE
Complementary color
Monochromatic Colors of #4B5ECE
Black with #4B5ECE
Text Example
Text Example
White with #4B5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5ECE; }
p { color: rgb(75,94,206); }
H1.HeaderClassName
{
color: #4B5ECE;
}
.AnyTagClassName
{
color: #4B5ECE;
}
</style>
background-color css
<style>
a { background-color: #4B5ECE; }
a { background-color: rgb(75,94,206); }
div.DivClassName
{
background-color: #4B5ECE;
}
.BgClassName
{
background-color: #4B5ECE;
}
</style>
border-color css
<style>
span { border-color: #4B5ECE; }
span { border-color: rgb(75,94,206); }
td.TdClassName
{
border-color: #4B5ECE;
}
.TagClassName
{
border-color: #4B5ECE;
}
</style>