Shades of Free Speech Blue #4B51BD
Tints of Free Speech Blue #4B51BD
RGB
CMYK
RGB Variations
Color information
#4B51BD (or 0x4B51BD) is known color: Free Speech Blue. HEX triplet: 4B, 51 and BD. RGB value is (75,81,189). Sum of RGB (Red+Green+Blue) = 75+81+189=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B51BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B51BD is #B4AE42. Grayscale: #5B5B5B. Windows color (decimal): -11841091 or 12407115. OLE color: 12407115.
HSL color Cylindrical-coordinate representation of color #4B51BD: hue angle of 236.84º 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 #4B51BD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 81 | 189 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.26 |
| HSL | 236.84º | 0.46% | 0.52% | - |
| HSV(B) | 236.84º | 0.6% | 0.74% | - |
| XYZ | 15.03 | 11.05 | 49.49 | - |
| YUV | 91.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 189 | 0.60 | 0.57 | 0 | 0.26 | 236.84 | 0.46 | 0.52 |
| Hex | 4B | 51 | BD | 3C | 39 | 0 | 1A | ED | 2E | 34 |
| Octal | 113 | 121 | 275 | 74 | 71 | 0 | 32 | 355 | 56 | 64 |
| Binary | 1001011 | 1010001 | 10111101 | 111100 | 111001 | 0 | 11010 | 11101101 | 101110 | 110100 |
Color Harmonies of #4B51BD
Complementary color
Monochromatic Colors of #4B51BD
Black with #4B51BD
Text Example
Text Example
White with #4B51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B51BD; }
p { color: rgb(75,81,189); }
H1.HeaderClassName
{
color: #4B51BD;
}
.AnyTagClassName
{
color: #4B51BD;
}
</style>
background-color css
<style>
a { background-color: #4B51BD; }
a { background-color: rgb(75,81,189); }
div.DivClassName
{
background-color: #4B51BD;
}
.BgClassName
{
background-color: #4B51BD;
}
</style>
border-color css
<style>
span { border-color: #4B51BD; }
span { border-color: rgb(75,81,189); }
td.TdClassName
{
border-color: #4B51BD;
}
.TagClassName
{
border-color: #4B51BD;
}
</style>