Shades of Free Speech Blue #4B49DB
Tints of Free Speech Blue #4B49DB
RGB
CMYK
RGB Variations
Color information
#4B49DB (or 0x4B49DB) is known color: Free Speech Blue. HEX triplet: 4B, 49 and DB. RGB value is (75,73,219). Sum of RGB (Red+Green+Blue) = 75+73+219=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B49DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B49DB is #B4B624. Grayscale: #595959. Windows color (decimal): -11843109 or 14371147. OLE color: 14371147.
HSL color Cylindrical-coordinate representation of color #4B49DB: hue angle of 240.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B49DB is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 73 | 219 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.14 |
| HSL | 240.82º | 0.67% | 0.57% | - |
| HSV(B) | 240.82º | 0.67% | 0.86% | - |
| XYZ | 18.07 | 11.38 | 68.26 | - |
| YUV | 90.24 | 200.66 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 219 | 0.66 | 0.67 | 0 | 0.14 | 240.82 | 0.67 | 0.57 |
| Hex | 4B | 49 | DB | 42 | 43 | 0 | E | F1 | 43 | 39 |
| Octal | 113 | 111 | 333 | 102 | 103 | 0 | 16 | 361 | 103 | 71 |
| Binary | 1001011 | 1001001 | 11011011 | 1000010 | 1000011 | 0 | 1110 | 11110001 | 1000011 | 111001 |
Color Harmonies of #4B49DB
Complementary color
Monochromatic Colors of #4B49DB
Black with #4B49DB
Text Example
Text Example
White with #4B49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B49DB; }
p { color: rgb(75,73,219); }
H1.HeaderClassName
{
color: #4B49DB;
}
.AnyTagClassName
{
color: #4B49DB;
}
</style>
background-color css
<style>
a { background-color: #4B49DB; }
a { background-color: rgb(75,73,219); }
div.DivClassName
{
background-color: #4B49DB;
}
.BgClassName
{
background-color: #4B49DB;
}
</style>
border-color css
<style>
span { border-color: #4B49DB; }
span { border-color: rgb(75,73,219); }
td.TdClassName
{
border-color: #4B49DB;
}
.TagClassName
{
border-color: #4B49DB;
}
</style>