Shades of Free Speech Blue #484CDB
Tints of Free Speech Blue #484CDB
RGB
CMYK
RGB Variations
Color information
#484CDB (or 0x484CDB) is known color: Free Speech Blue. HEX triplet: 48, 4C and DB. RGB value is (72,76,219). Sum of RGB (Red+Green+Blue) = 72+76+219=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #484CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CDB is #B7B324. Grayscale: #5A5A5A. Windows color (decimal): -12038949 or 14371912. OLE color: 14371912.
HSL color Cylindrical-coordinate representation of color #484CDB: hue angle of 238.37º 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 #484CDB is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 76 | 219 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.14 |
| HSL | 238.37º | 0.67% | 0.57% | - |
| HSV(B) | 238.37º | 0.67% | 0.86% | - |
| XYZ | 18.04 | 11.66 | 68.32 | - |
| YUV | 91.11 | 200.17 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 219 | 0.67 | 0.65 | 0 | 0.14 | 238.37 | 0.67 | 0.57 |
| Hex | 48 | 4C | DB | 43 | 41 | 0 | E | EE | 43 | 39 |
| Octal | 110 | 114 | 333 | 103 | 101 | 0 | 16 | 356 | 103 | 71 |
| Binary | 1001000 | 1001100 | 11011011 | 1000011 | 1000001 | 0 | 1110 | 11101110 | 1000011 | 111001 |
Color Harmonies of #484CDB
Complementary color
Monochromatic Colors of #484CDB
Black with #484CDB
Text Example
Text Example
White with #484CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CDB; }
p { color: rgb(72,76,219); }
H1.HeaderClassName
{
color: #484CDB;
}
.AnyTagClassName
{
color: #484CDB;
}
</style>
background-color css
<style>
a { background-color: #484CDB; }
a { background-color: rgb(72,76,219); }
div.DivClassName
{
background-color: #484CDB;
}
.BgClassName
{
background-color: #484CDB;
}
</style>
border-color css
<style>
span { border-color: #484CDB; }
span { border-color: rgb(72,76,219); }
td.TdClassName
{
border-color: #484CDB;
}
.TagClassName
{
border-color: #484CDB;
}
</style>