Shades of Free Speech Blue #484DB9
Tints of Free Speech Blue #484DB9
RGB
CMYK
RGB Variations
Color information
#484DB9 (or 0x484DB9) is known color: Free Speech Blue. HEX triplet: 48, 4D and B9. RGB value is (72,77,185). Sum of RGB (Red+Green+Blue) = 72+77+185=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #484DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DB9 is #B7B246. Grayscale: #575757. Windows color (decimal): -12038727 or 12143944. OLE color: 12143944.
HSL color Cylindrical-coordinate representation of color #484DB9: hue angle of 237.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484DB9 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 77 | 185 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.27 |
| HSL | 237.35º | 0.45% | 0.5% | - |
| HSV(B) | 237.35º | 0.61% | 0.73% | - |
| XYZ | 14.08 | 10.19 | 47.12 | - |
| YUV | 87.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 185 | 0.61 | 0.58 | 0 | 0.27 | 237.35 | 0.45 | 0.5 |
| Hex | 48 | 4D | B9 | 3D | 3A | 0 | 1B | ED | 2D | 32 |
| Octal | 110 | 115 | 271 | 75 | 72 | 0 | 33 | 355 | 55 | 62 |
| Binary | 1001000 | 1001101 | 10111001 | 111101 | 111010 | 0 | 11011 | 11101101 | 101101 | 110010 |
Color Harmonies of #484DB9
Complementary color
Monochromatic Colors of #484DB9
Black with #484DB9
Text Example
Text Example
White with #484DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DB9; }
p { color: rgb(72,77,185); }
H1.HeaderClassName
{
color: #484DB9;
}
.AnyTagClassName
{
color: #484DB9;
}
</style>
background-color css
<style>
a { background-color: #484DB9; }
a { background-color: rgb(72,77,185); }
div.DivClassName
{
background-color: #484DB9;
}
.BgClassName
{
background-color: #484DB9;
}
</style>
border-color css
<style>
span { border-color: #484DB9; }
span { border-color: rgb(72,77,185); }
td.TdClassName
{
border-color: #484DB9;
}
.TagClassName
{
border-color: #484DB9;
}
</style>