Shades of Free Speech Blue #484BBB
Tints of Free Speech Blue #484BBB
RGB
CMYK
RGB Variations
Color information
#484BBB (or 0x484BBB) is known color: Free Speech Blue. HEX triplet: 48, 4B and BB. RGB value is (72,75,187). Sum of RGB (Red+Green+Blue) = 72+75+187=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #484BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BBB is #B7B444. Grayscale: #565656. Windows color (decimal): -12039237 or 12274504. OLE color: 12274504.
HSL color Cylindrical-coordinate representation of color #484BBB: hue angle of 238.43º 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 #484BBB is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 75 | 187 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.27 |
| HSL | 238.43º | 0.46% | 0.51% | - |
| HSV(B) | 238.43º | 0.61% | 0.73% | - |
| XYZ | 14.16 | 10 | 48.2 | - |
| YUV | 86.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 187 | 0.61 | 0.60 | 0 | 0.27 | 238.43 | 0.46 | 0.51 |
| Hex | 48 | 4B | BB | 3D | 3C | 0 | 1B | EE | 2E | 33 |
| Octal | 110 | 113 | 273 | 75 | 74 | 0 | 33 | 356 | 56 | 63 |
| Binary | 1001000 | 1001011 | 10111011 | 111101 | 111100 | 0 | 11011 | 11101110 | 101110 | 110011 |
Color Harmonies of #484BBB
Complementary color
Monochromatic Colors of #484BBB
Black with #484BBB
Text Example
Text Example
White with #484BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BBB; }
p { color: rgb(72,75,187); }
H1.HeaderClassName
{
color: #484BBB;
}
.AnyTagClassName
{
color: #484BBB;
}
</style>
background-color css
<style>
a { background-color: #484BBB; }
a { background-color: rgb(72,75,187); }
div.DivClassName
{
background-color: #484BBB;
}
.BgClassName
{
background-color: #484BBB;
}
</style>
border-color css
<style>
span { border-color: #484BBB; }
span { border-color: rgb(72,75,187); }
td.TdClassName
{
border-color: #484BBB;
}
.TagClassName
{
border-color: #484BBB;
}
</style>