Shades of Free Speech Blue #4B5ECD
Tints of Free Speech Blue #4B5ECD
RGB
CMYK
RGB Variations
Color information
#4B5ECD (or 0x4B5ECD) is known color: Free Speech Blue. HEX triplet: 4B, 5E and CD. RGB value is (75,94,205). Sum of RGB (Red+Green+Blue) = 75+94+205=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B5ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5ECD is #B4A132. Grayscale: #646464. Windows color (decimal): -11837747 or 13459019. OLE color: 13459019.
HSL color Cylindrical-coordinate representation of color #4B5ECD: hue angle of 231.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B5ECD is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 94 | 205 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.20 |
| HSL | 231.23º | 0.57% | 0.55% | - |
| HSV(B) | 231.23º | 0.63% | 0.8% | - |
| XYZ | 17.92 | 13.91 | 59.5 | - |
| YUV | 100.97 | 186.71 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 94 | 205 | 0.63 | 0.54 | 0 | 0.20 | 231.23 | 0.57 | 0.55 |
| Hex | 4B | 5E | CD | 3F | 36 | 0 | 14 | E7 | 39 | 37 |
| Octal | 113 | 136 | 315 | 77 | 66 | 0 | 24 | 347 | 71 | 67 |
| Binary | 1001011 | 1011110 | 11001101 | 111111 | 110110 | 0 | 10100 | 11100111 | 111001 | 110111 |
Color Harmonies of #4B5ECD
Complementary color
Monochromatic Colors of #4B5ECD
Black with #4B5ECD
Text Example
Text Example
White with #4B5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5ECD; }
p { color: rgb(75,94,205); }
H1.HeaderClassName
{
color: #4B5ECD;
}
.AnyTagClassName
{
color: #4B5ECD;
}
</style>
background-color css
<style>
a { background-color: #4B5ECD; }
a { background-color: rgb(75,94,205); }
div.DivClassName
{
background-color: #4B5ECD;
}
.BgClassName
{
background-color: #4B5ECD;
}
</style>
border-color css
<style>
span { border-color: #4B5ECD; }
span { border-color: rgb(75,94,205); }
td.TdClassName
{
border-color: #4B5ECD;
}
.TagClassName
{
border-color: #4B5ECD;
}
</style>