Shades of Free Speech Blue #4948DB
Tints of Free Speech Blue #4948DB
RGB
CMYK
RGB Variations
Color information
#4948DB (or 0x4948DB) is known color: Free Speech Blue. HEX triplet: 49, 48 and DB. RGB value is (73,72,219). Sum of RGB (Red+Green+Blue) = 73+72+219=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #4948DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948DB is #B6B724. Grayscale: #585858. Windows color (decimal): -11974437 or 14370889. OLE color: 14370889.
HSL color Cylindrical-coordinate representation of color #4948DB: hue angle of 240.41º 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 #4948DB is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 72 | 219 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.14 |
| HSL | 240.41º | 0.67% | 0.57% | - |
| HSV(B) | 240.41º | 0.67% | 0.86% | - |
| XYZ | 17.85 | 11.17 | 68.23 | - |
| YUV | 89.06 | 201.33 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 219 | 0.67 | 0.67 | 0 | 0.14 | 240.41 | 0.67 | 0.57 |
| Hex | 49 | 48 | DB | 43 | 43 | 0 | E | F0 | 43 | 39 |
| Octal | 111 | 110 | 333 | 103 | 103 | 0 | 16 | 360 | 103 | 71 |
| Binary | 1001001 | 1001000 | 11011011 | 1000011 | 1000011 | 0 | 1110 | 11110000 | 1000011 | 111001 |
Color Harmonies of #4948DB
Complementary color
Monochromatic Colors of #4948DB
Black with #4948DB
Text Example
Text Example
White with #4948DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4948DB; }
p { color: rgb(73,72,219); }
H1.HeaderClassName
{
color: #4948DB;
}
.AnyTagClassName
{
color: #4948DB;
}
</style>
background-color css
<style>
a { background-color: #4948DB; }
a { background-color: rgb(73,72,219); }
div.DivClassName
{
background-color: #4948DB;
}
.BgClassName
{
background-color: #4948DB;
}
</style>
border-color css
<style>
span { border-color: #4948DB; }
span { border-color: rgb(73,72,219); }
td.TdClassName
{
border-color: #4948DB;
}
.TagClassName
{
border-color: #4948DB;
}
</style>