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