Shades of Free Speech Blue #4B57BD
Tints of Free Speech Blue #4B57BD
RGB
CMYK
RGB Variations
Color information
#4B57BD (or 0x4B57BD) is known color: Free Speech Blue. HEX triplet: 4B, 57 and BD. RGB value is (75,87,189). Sum of RGB (Red+Green+Blue) = 75+87+189=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B57BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B57BD is #B4A842. Grayscale: #5E5E5E. Windows color (decimal): -11839555 or 12408651. OLE color: 12408651.
HSL color Cylindrical-coordinate representation of color #4B57BD: hue angle of 233.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B57BD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 87 | 189 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.26 |
| HSL | 233.68º | 0.46% | 0.52% | - |
| HSV(B) | 233.68º | 0.6% | 0.74% | - |
| XYZ | 15.5 | 11.99 | 49.64 | - |
| YUV | 95.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 189 | 0.60 | 0.54 | 0 | 0.26 | 233.68 | 0.46 | 0.52 |
| Hex | 4B | 57 | BD | 3C | 36 | 0 | 1A | EA | 2E | 34 |
| Octal | 113 | 127 | 275 | 74 | 66 | 0 | 32 | 352 | 56 | 64 |
| Binary | 1001011 | 1010111 | 10111101 | 111100 | 110110 | 0 | 11010 | 11101010 | 101110 | 110100 |
Color Harmonies of #4B57BD
Complementary color
Monochromatic Colors of #4B57BD
Black with #4B57BD
Text Example
Text Example
White with #4B57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B57BD; }
p { color: rgb(75,87,189); }
H1.HeaderClassName
{
color: #4B57BD;
}
.AnyTagClassName
{
color: #4B57BD;
}
</style>
background-color css
<style>
a { background-color: #4B57BD; }
a { background-color: rgb(75,87,189); }
div.DivClassName
{
background-color: #4B57BD;
}
.BgClassName
{
background-color: #4B57BD;
}
</style>
border-color css
<style>
span { border-color: #4B57BD; }
span { border-color: rgb(75,87,189); }
td.TdClassName
{
border-color: #4B57BD;
}
.TagClassName
{
border-color: #4B57BD;
}
</style>