Shades of Free Speech Blue #484EDB
Tints of Free Speech Blue #484EDB
RGB
CMYK
RGB Variations
Color information
#484EDB (or 0x484EDB) is known color: Free Speech Blue. HEX triplet: 48, 4E and DB. RGB value is (72,78,219). Sum of RGB (Red+Green+Blue) = 72+78+219=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #484EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EDB is #B7B124. Grayscale: #5B5B5B. Windows color (decimal): -12038437 or 14372424. OLE color: 14372424.
HSL color Cylindrical-coordinate representation of color #484EDB: hue angle of 237.55º 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 #484EDB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 78 | 219 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.14 |
| HSL | 237.55º | 0.67% | 0.57% | - |
| HSV(B) | 237.55º | 0.67% | 0.86% | - |
| XYZ | 18.18 | 11.94 | 68.36 | - |
| YUV | 92.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 219 | 0.67 | 0.64 | 0 | 0.14 | 237.55 | 0.67 | 0.57 |
| Hex | 48 | 4E | DB | 43 | 40 | 0 | E | EE | 43 | 39 |
| Octal | 110 | 116 | 333 | 103 | 100 | 0 | 16 | 356 | 103 | 71 |
| Binary | 1001000 | 1001110 | 11011011 | 1000011 | 1000000 | 0 | 1110 | 11101110 | 1000011 | 111001 |
Color Harmonies of #484EDB
Complementary color
Monochromatic Colors of #484EDB
Black with #484EDB
Text Example
Text Example
White with #484EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EDB; }
p { color: rgb(72,78,219); }
H1.HeaderClassName
{
color: #484EDB;
}
.AnyTagClassName
{
color: #484EDB;
}
</style>
background-color css
<style>
a { background-color: #484EDB; }
a { background-color: rgb(72,78,219); }
div.DivClassName
{
background-color: #484EDB;
}
.BgClassName
{
background-color: #484EDB;
}
</style>
border-color css
<style>
span { border-color: #484EDB; }
span { border-color: rgb(72,78,219); }
td.TdClassName
{
border-color: #484EDB;
}
.TagClassName
{
border-color: #484EDB;
}
</style>