Shades of Free Speech Blue #484DC6
Tints of Free Speech Blue #484DC6
RGB
CMYK
RGB Variations
Color information
#484DC6 (or 0x484DC6) is known color: Free Speech Blue. HEX triplet: 48, 4D and C6. RGB value is (72,77,198). Sum of RGB (Red+Green+Blue) = 72+77+198=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #484DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DC6 is #B7B239. Grayscale: #585858. Windows color (decimal): -12038714 or 12995912. OLE color: 12995912.
HSL color Cylindrical-coordinate representation of color #484DC6: hue angle of 237.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #484DC6 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 77 | 198 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.22 |
| HSL | 237.62º | 0.53% | 0.53% | - |
| HSV(B) | 237.62º | 0.64% | 0.78% | - |
| XYZ | 15.52 | 10.76 | 54.69 | - |
| YUV | 89.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 198 | 0.64 | 0.61 | 0 | 0.22 | 237.62 | 0.53 | 0.53 |
| Hex | 48 | 4D | C6 | 40 | 3D | 0 | 16 | EE | 34 | 35 |
| Octal | 110 | 115 | 306 | 100 | 75 | 0 | 26 | 356 | 64 | 65 |
| Binary | 1001000 | 1001101 | 11000110 | 1000000 | 111101 | 0 | 10110 | 11101110 | 110100 | 110101 |
Color Harmonies of #484DC6
Complementary color
Monochromatic Colors of #484DC6
Black with #484DC6
Text Example
Text Example
White with #484DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DC6; }
p { color: rgb(72,77,198); }
H1.HeaderClassName
{
color: #484DC6;
}
.AnyTagClassName
{
color: #484DC6;
}
</style>
background-color css
<style>
a { background-color: #484DC6; }
a { background-color: rgb(72,77,198); }
div.DivClassName
{
background-color: #484DC6;
}
.BgClassName
{
background-color: #484DC6;
}
</style>
border-color css
<style>
span { border-color: #484DC6; }
span { border-color: rgb(72,77,198); }
td.TdClassName
{
border-color: #484DC6;
}
.TagClassName
{
border-color: #484DC6;
}
</style>