Shades of Free Speech Blue #4B3FDB
Tints of Free Speech Blue #4B3FDB
RGB
CMYK
RGB Variations
Color information
#4B3FDB (or 0x4B3FDB) is known color: Free Speech Blue. HEX triplet: 4B, 3F and DB. RGB value is (75,63,219). Sum of RGB (Red+Green+Blue) = 75+63+219=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B3FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FDB is #B4C024. Grayscale: #535353. Windows color (decimal): -11845669 or 14368587. OLE color: 14368587.
HSL color Cylindrical-coordinate representation of color #4B3FDB: hue angle of 244.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B3FDB is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 63 | 219 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.14 |
| HSL | 244.62º | 0.68% | 0.55% | - |
| HSV(B) | 244.62º | 0.71% | 0.86% | - |
| XYZ | 17.47 | 10.17 | 68.06 | - |
| YUV | 84.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 63 | 219 | 0.66 | 0.71 | 0 | 0.14 | 244.62 | 0.68 | 0.55 |
| Hex | 4B | 3F | DB | 42 | 47 | 0 | E | F5 | 44 | 37 |
| Octal | 113 | 77 | 333 | 102 | 107 | 0 | 16 | 365 | 104 | 67 |
| Binary | 1001011 | 111111 | 11011011 | 1000010 | 1000111 | 0 | 1110 | 11110101 | 1000100 | 110111 |
Color Harmonies of #4B3FDB
Complementary color
Monochromatic Colors of #4B3FDB
Black with #4B3FDB
Text Example
Text Example
White with #4B3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3FDB; }
p { color: rgb(75,63,219); }
H1.HeaderClassName
{
color: #4B3FDB;
}
.AnyTagClassName
{
color: #4B3FDB;
}
</style>
background-color css
<style>
a { background-color: #4B3FDB; }
a { background-color: rgb(75,63,219); }
div.DivClassName
{
background-color: #4B3FDB;
}
.BgClassName
{
background-color: #4B3FDB;
}
</style>
border-color css
<style>
span { border-color: #4B3FDB; }
span { border-color: rgb(75,63,219); }
td.TdClassName
{
border-color: #4B3FDB;
}
.TagClassName
{
border-color: #4B3FDB;
}
</style>