Shades of Free Speech Blue #484DC8
Tints of Free Speech Blue #484DC8
RGB
CMYK
RGB Variations
Color information
#484DC8 (or 0x484DC8) is known color: Free Speech Blue. HEX triplet: 48, 4D and C8. RGB value is (72,77,200). Sum of RGB (Red+Green+Blue) = 72+77+200=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 200 (78.52% from 255 or 57.31% from 349); Max value from RGB is 200 - color contains mainly: blue. Hex color #484DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DC8 is #B7B237. Grayscale: #595959. Windows color (decimal): -12038712 or 13126984. OLE color: 13126984.
HSL color Cylindrical-coordinate representation of color #484DC8: hue angle of 237.66º degrees, saturation: 0.54, 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 #484DC8 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 77 | 200 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.22 |
| HSL | 237.66º | 0.54% | 0.53% | - |
| HSV(B) | 237.66º | 0.64% | 0.78% | - |
| XYZ | 15.75 | 10.86 | 55.91 | - |
| YUV | 89.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 200 | 0.64 | 0.62 | 0 | 0.22 | 237.66 | 0.54 | 0.53 |
| Hex | 48 | 4D | C8 | 40 | 3E | 0 | 16 | EE | 36 | 35 |
| Octal | 110 | 115 | 310 | 100 | 76 | 0 | 26 | 356 | 66 | 65 |
| Binary | 1001000 | 1001101 | 11001000 | 1000000 | 111110 | 0 | 10110 | 11101110 | 110110 | 110101 |
Color Harmonies of #484DC8
Complementary color
Monochromatic Colors of #484DC8
Black with #484DC8
Text Example
Text Example
White with #484DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DC8; }
p { color: rgb(72,77,200); }
H1.HeaderClassName
{
color: #484DC8;
}
.AnyTagClassName
{
color: #484DC8;
}
</style>
background-color css
<style>
a { background-color: #484DC8; }
a { background-color: rgb(72,77,200); }
div.DivClassName
{
background-color: #484DC8;
}
.BgClassName
{
background-color: #484DC8;
}
</style>
border-color css
<style>
span { border-color: #484DC8; }
span { border-color: rgb(72,77,200); }
td.TdClassName
{
border-color: #484DC8;
}
.TagClassName
{
border-color: #484DC8;
}
</style>