Shades of Free Speech Blue #484DDB
Tints of Free Speech Blue #484DDB
RGB
CMYK
RGB Variations
Color information
#484DDB (or 0x484DDB) is known color: Free Speech Blue. HEX triplet: 48, 4D and DB. RGB value is (72,77,219). Sum of RGB (Red+Green+Blue) = 72+77+219=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #484DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DDB is #B7B224. Grayscale: #5B5B5B. Windows color (decimal): -12038693 or 14372168. OLE color: 14372168.
HSL color Cylindrical-coordinate representation of color #484DDB: hue angle of 237.96º 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 #484DDB is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 77 | 219 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.14 |
| HSL | 237.96º | 0.67% | 0.57% | - |
| HSV(B) | 237.96º | 0.67% | 0.86% | - |
| XYZ | 18.11 | 11.8 | 68.34 | - |
| YUV | 91.69 | 199.84 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 219 | 0.67 | 0.65 | 0 | 0.14 | 237.96 | 0.67 | 0.57 |
| Hex | 48 | 4D | DB | 43 | 41 | 0 | E | EE | 43 | 39 |
| Octal | 110 | 115 | 333 | 103 | 101 | 0 | 16 | 356 | 103 | 71 |
| Binary | 1001000 | 1001101 | 11011011 | 1000011 | 1000001 | 0 | 1110 | 11101110 | 1000011 | 111001 |
Color Harmonies of #484DDB
Complementary color
Monochromatic Colors of #484DDB
Black with #484DDB
Text Example
Text Example
White with #484DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DDB; }
p { color: rgb(72,77,219); }
H1.HeaderClassName
{
color: #484DDB;
}
.AnyTagClassName
{
color: #484DDB;
}
</style>
background-color css
<style>
a { background-color: #484DDB; }
a { background-color: rgb(72,77,219); }
div.DivClassName
{
background-color: #484DDB;
}
.BgClassName
{
background-color: #484DDB;
}
</style>
border-color css
<style>
span { border-color: #484DDB; }
span { border-color: rgb(72,77,219); }
td.TdClassName
{
border-color: #484DDB;
}
.TagClassName
{
border-color: #484DDB;
}
</style>