Shades of Free Speech Blue #4B3EBD
Tints of Free Speech Blue #4B3EBD
RGB
CMYK
RGB Variations
Color information
#4B3EBD (or 0x4B3EBD) is known color: Free Speech Blue. HEX triplet: 4B, 3E and BD. RGB value is (75,62,189). Sum of RGB (Red+Green+Blue) = 75+62+189=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B3EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3EBD is #B4C142. Grayscale: #4F4F4F. Windows color (decimal): -11845955 or 12402251. OLE color: 12402251.
HSL color Cylindrical-coordinate representation of color #4B3EBD: hue angle of 246.14º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B3EBD is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 62 | 189 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.26 |
| HSL | 246.14º | 0.51% | 0.49% | - |
| HSV(B) | 246.14º | 0.67% | 0.74% | - |
| XYZ | 13.81 | 8.62 | 49.08 | - |
| YUV | 80.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 189 | 0.60 | 0.67 | 0 | 0.26 | 246.14 | 0.51 | 0.49 |
| Hex | 4B | 3E | BD | 3C | 43 | 0 | 1A | F6 | 33 | 31 |
| Octal | 113 | 76 | 275 | 74 | 103 | 0 | 32 | 366 | 63 | 61 |
| Binary | 1001011 | 111110 | 10111101 | 111100 | 1000011 | 0 | 11010 | 11110110 | 110011 | 110001 |
Color Harmonies of #4B3EBD
Complementary color
Monochromatic Colors of #4B3EBD
Black with #4B3EBD
Text Example
Text Example
White with #4B3EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3EBD; }
p { color: rgb(75,62,189); }
H1.HeaderClassName
{
color: #4B3EBD;
}
.AnyTagClassName
{
color: #4B3EBD;
}
</style>
background-color css
<style>
a { background-color: #4B3EBD; }
a { background-color: rgb(75,62,189); }
div.DivClassName
{
background-color: #4B3EBD;
}
.BgClassName
{
background-color: #4B3EBD;
}
</style>
border-color css
<style>
span { border-color: #4B3EBD; }
span { border-color: rgb(75,62,189); }
td.TdClassName
{
border-color: #4B3EBD;
}
.TagClassName
{
border-color: #4B3EBD;
}
</style>