Shades of Free Speech Blue #4B40BC
Tints of Free Speech Blue #4B40BC
RGB
CMYK
RGB Variations
Color information
#4B40BC (or 0x4B40BC) is known color: Free Speech Blue. HEX triplet: 4B, 40 and BC. RGB value is (75,64,188). Sum of RGB (Red+Green+Blue) = 75+64+188=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B40BC is #B4BF43. Grayscale: #505050. Windows color (decimal): -11845444 or 12337227. OLE color: 12337227.
HSL color Cylindrical-coordinate representation of color #4B40BC: hue angle of 245.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B40BC is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 64 | 188 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.26 |
| HSL | 245.32º | 0.49% | 0.49% | - |
| HSV(B) | 245.32º | 0.66% | 0.74% | - |
| XYZ | 13.81 | 8.79 | 48.55 | - |
| YUV | 81.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 188 | 0.60 | 0.66 | 0 | 0.26 | 245.32 | 0.49 | 0.49 |
| Hex | 4B | 40 | BC | 3C | 42 | 0 | 1A | F5 | 31 | 31 |
| Octal | 113 | 100 | 274 | 74 | 102 | 0 | 32 | 365 | 61 | 61 |
| Binary | 1001011 | 1000000 | 10111100 | 111100 | 1000010 | 0 | 11010 | 11110101 | 110001 | 110001 |
Color Harmonies of #4B40BC
Complementary color
Monochromatic Colors of #4B40BC
Black with #4B40BC
Text Example
Text Example
White with #4B40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B40BC; }
p { color: rgb(75,64,188); }
H1.HeaderClassName
{
color: #4B40BC;
}
.AnyTagClassName
{
color: #4B40BC;
}
</style>
background-color css
<style>
a { background-color: #4B40BC; }
a { background-color: rgb(75,64,188); }
div.DivClassName
{
background-color: #4B40BC;
}
.BgClassName
{
background-color: #4B40BC;
}
</style>
border-color css
<style>
span { border-color: #4B40BC; }
span { border-color: rgb(75,64,188); }
td.TdClassName
{
border-color: #4B40BC;
}
.TagClassName
{
border-color: #4B40BC;
}
</style>