Shades of Free Speech Blue #484BDB
Tints of Free Speech Blue #484BDB
RGB
CMYK
RGB Variations
Color information
#484BDB (or 0x484BDB) is known color: Free Speech Blue. HEX triplet: 48, 4B and DB. RGB value is (72,75,219). Sum of RGB (Red+Green+Blue) = 72+75+219=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #484BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BDB is #B7B424. Grayscale: #595959. Windows color (decimal): -12039205 or 14371656. OLE color: 14371656.
HSL color Cylindrical-coordinate representation of color #484BDB: hue angle of 238.78º 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 #484BDB is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 75 | 219 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.14 |
| HSL | 238.78º | 0.67% | 0.57% | - |
| HSV(B) | 238.78º | 0.67% | 0.86% | - |
| XYZ | 17.97 | 11.52 | 68.29 | - |
| YUV | 90.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 219 | 0.67 | 0.66 | 0 | 0.14 | 238.78 | 0.67 | 0.57 |
| Hex | 48 | 4B | DB | 43 | 42 | 0 | E | EF | 43 | 39 |
| Octal | 110 | 113 | 333 | 103 | 102 | 0 | 16 | 357 | 103 | 71 |
| Binary | 1001000 | 1001011 | 11011011 | 1000011 | 1000010 | 0 | 1110 | 11101111 | 1000011 | 111001 |
Color Harmonies of #484BDB
Complementary color
Monochromatic Colors of #484BDB
Black with #484BDB
Text Example
Text Example
White with #484BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BDB; }
p { color: rgb(72,75,219); }
H1.HeaderClassName
{
color: #484BDB;
}
.AnyTagClassName
{
color: #484BDB;
}
</style>
background-color css
<style>
a { background-color: #484BDB; }
a { background-color: rgb(72,75,219); }
div.DivClassName
{
background-color: #484BDB;
}
.BgClassName
{
background-color: #484BDB;
}
</style>
border-color css
<style>
span { border-color: #484BDB; }
span { border-color: rgb(72,75,219); }
td.TdClassName
{
border-color: #484BDB;
}
.TagClassName
{
border-color: #484BDB;
}
</style>