Shades of Free Speech Blue #4B45BA
Tints of Free Speech Blue #4B45BA
RGB
CMYK
RGB Variations
Color information
#4B45BA (or 0x4B45BA) is known color: Free Speech Blue. HEX triplet: 4B, 45 and BA. RGB value is (75,69,186). Sum of RGB (Red+Green+Blue) = 75+69+186=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B45BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B45BA is #B4BA45. Grayscale: #535353. Windows color (decimal): -11844166 or 12207435. OLE color: 12207435.
HSL color Cylindrical-coordinate representation of color #4B45BA: hue angle of 243.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B45BA is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 69 | 186 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.27 |
| HSL | 243.08º | 0.46% | 0.5% | - |
| HSV(B) | 243.08º | 0.63% | 0.73% | - |
| XYZ | 13.89 | 9.3 | 47.52 | - |
| YUV | 84.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 186 | 0.60 | 0.63 | 0 | 0.27 | 243.08 | 0.46 | 0.5 |
| Hex | 4B | 45 | BA | 3C | 3F | 0 | 1B | F3 | 2E | 32 |
| Octal | 113 | 105 | 272 | 74 | 77 | 0 | 33 | 363 | 56 | 62 |
| Binary | 1001011 | 1000101 | 10111010 | 111100 | 111111 | 0 | 11011 | 11110011 | 101110 | 110010 |
Color Harmonies of #4B45BA
Complementary color
Monochromatic Colors of #4B45BA
Black with #4B45BA
Text Example
Text Example
White with #4B45BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B45BA; }
p { color: rgb(75,69,186); }
H1.HeaderClassName
{
color: #4B45BA;
}
.AnyTagClassName
{
color: #4B45BA;
}
</style>
background-color css
<style>
a { background-color: #4B45BA; }
a { background-color: rgb(75,69,186); }
div.DivClassName
{
background-color: #4B45BA;
}
.BgClassName
{
background-color: #4B45BA;
}
</style>
border-color css
<style>
span { border-color: #4B45BA; }
span { border-color: rgb(75,69,186); }
td.TdClassName
{
border-color: #4B45BA;
}
.TagClassName
{
border-color: #4B45BA;
}
</style>