Shades of Free Speech Blue #484DD1
Tints of Free Speech Blue #484DD1
RGB
CMYK
RGB Variations
Color information
#484DD1 (or 0x484DD1) is known color: Free Speech Blue. HEX triplet: 48, 4D and D1. RGB value is (72,77,209). Sum of RGB (Red+Green+Blue) = 72+77+209=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #484DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DD1 is #B7B22E. Grayscale: #5A5A5A. Windows color (decimal): -12038703 or 13716808. OLE color: 13716808.
HSL color Cylindrical-coordinate representation of color #484DD1: hue angle of 237.81º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484DD1 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 77 | 209 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.18 |
| HSL | 237.81º | 0.6% | 0.55% | - |
| HSV(B) | 237.81º | 0.66% | 0.82% | - |
| XYZ | 16.83 | 11.29 | 61.61 | - |
| YUV | 90.55 | 194.84 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 209 | 0.66 | 0.63 | 0 | 0.18 | 237.81 | 0.6 | 0.55 |
| Hex | 48 | 4D | D1 | 42 | 3F | 0 | 12 | EE | 3C | 37 |
| Octal | 110 | 115 | 321 | 102 | 77 | 0 | 22 | 356 | 74 | 67 |
| Binary | 1001000 | 1001101 | 11010001 | 1000010 | 111111 | 0 | 10010 | 11101110 | 111100 | 110111 |
Color Harmonies of #484DD1
Complementary color
Monochromatic Colors of #484DD1
Black with #484DD1
Text Example
Text Example
White with #484DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DD1; }
p { color: rgb(72,77,209); }
H1.HeaderClassName
{
color: #484DD1;
}
.AnyTagClassName
{
color: #484DD1;
}
</style>
background-color css
<style>
a { background-color: #484DD1; }
a { background-color: rgb(72,77,209); }
div.DivClassName
{
background-color: #484DD1;
}
.BgClassName
{
background-color: #484DD1;
}
</style>
border-color css
<style>
span { border-color: #484DD1; }
span { border-color: rgb(72,77,209); }
td.TdClassName
{
border-color: #484DD1;
}
.TagClassName
{
border-color: #484DD1;
}
</style>