Shades of Free Speech Blue #484DB4
Tints of Free Speech Blue #484DB4
RGB
CMYK
RGB Variations
Color information
#484DB4 (or 0x484DB4) is known color: Free Speech Blue. HEX triplet: 48, 4D and B4. RGB value is (72,77,180). Sum of RGB (Red+Green+Blue) = 72+77+180=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #484DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DB4 is #B7B24B. Grayscale: #565656. Windows color (decimal): -12038732 or 11816264. OLE color: 11816264.
HSL color Cylindrical-coordinate representation of color #484DB4: hue angle of 237.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #484DB4 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 77 | 180 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.29 |
| HSL | 237.22º | 0.43% | 0.49% | - |
| HSV(B) | 237.22º | 0.6% | 0.71% | - |
| XYZ | 13.56 | 9.98 | 44.39 | - |
| YUV | 87.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 180 | 0.60 | 0.57 | 0 | 0.29 | 237.22 | 0.43 | 0.49 |
| Hex | 48 | 4D | B4 | 3C | 39 | 0 | 1D | ED | 2B | 31 |
| Octal | 110 | 115 | 264 | 74 | 71 | 0 | 35 | 355 | 53 | 61 |
| Binary | 1001000 | 1001101 | 10110100 | 111100 | 111001 | 0 | 11101 | 11101101 | 101011 | 110001 |
Color Harmonies of #484DB4
Complementary color
Monochromatic Colors of #484DB4
Black with #484DB4
Text Example
Text Example
White with #484DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DB4; }
p { color: rgb(72,77,180); }
H1.HeaderClassName
{
color: #484DB4;
}
.AnyTagClassName
{
color: #484DB4;
}
</style>
background-color css
<style>
a { background-color: #484DB4; }
a { background-color: rgb(72,77,180); }
div.DivClassName
{
background-color: #484DB4;
}
.BgClassName
{
background-color: #484DB4;
}
</style>
border-color css
<style>
span { border-color: #484DB4; }
span { border-color: rgb(72,77,180); }
td.TdClassName
{
border-color: #484DB4;
}
.TagClassName
{
border-color: #484DB4;
}
</style>