Shades of Free Speech Blue #484DBB
Tints of Free Speech Blue #484DBB
RGB
CMYK
RGB Variations
Color information
#484DBB (or 0x484DBB) is known color: Free Speech Blue. HEX triplet: 48, 4D and BB. RGB value is (72,77,187). Sum of RGB (Red+Green+Blue) = 72+77+187=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #484DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DBB is #B7B244. Grayscale: #575757. Windows color (decimal): -12038725 or 12275016. OLE color: 12275016.
HSL color Cylindrical-coordinate representation of color #484DBB: hue angle of 237.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484DBB is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 77 | 187 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.27 |
| HSL | 237.39º | 0.46% | 0.51% | - |
| HSV(B) | 237.39º | 0.61% | 0.73% | - |
| XYZ | 14.3 | 10.27 | 48.24 | - |
| YUV | 88.05 | 183.84 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 187 | 0.61 | 0.59 | 0 | 0.27 | 237.39 | 0.46 | 0.51 |
| Hex | 48 | 4D | BB | 3D | 3B | 0 | 1B | ED | 2E | 33 |
| Octal | 110 | 115 | 273 | 75 | 73 | 0 | 33 | 355 | 56 | 63 |
| Binary | 1001000 | 1001101 | 10111011 | 111101 | 111011 | 0 | 11011 | 11101101 | 101110 | 110011 |
Color Harmonies of #484DBB
Complementary color
Monochromatic Colors of #484DBB
Black with #484DBB
Text Example
Text Example
White with #484DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DBB; }
p { color: rgb(72,77,187); }
H1.HeaderClassName
{
color: #484DBB;
}
.AnyTagClassName
{
color: #484DBB;
}
</style>
background-color css
<style>
a { background-color: #484DBB; }
a { background-color: rgb(72,77,187); }
div.DivClassName
{
background-color: #484DBB;
}
.BgClassName
{
background-color: #484DBB;
}
</style>
border-color css
<style>
span { border-color: #484DBB; }
span { border-color: rgb(72,77,187); }
td.TdClassName
{
border-color: #484DBB;
}
.TagClassName
{
border-color: #484DBB;
}
</style>