Shades of Free Speech Blue #484DC9
Tints of Free Speech Blue #484DC9
RGB
CMYK
RGB Variations
Color information
#484DC9 (or 0x484DC9) is known color: Free Speech Blue. HEX triplet: 48, 4D and C9. RGB value is (72,77,201). Sum of RGB (Red+Green+Blue) = 72+77+201=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 201 (78.91% from 255 or 57.43% from 350); Max value from RGB is 201 - color contains mainly: blue. Hex color #484DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DC9 is #B7B236. Grayscale: #595959. Windows color (decimal): -12038711 or 13192520. OLE color: 13192520.
HSL color Cylindrical-coordinate representation of color #484DC9: hue angle of 237.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #484DC9 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 77 | 201 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.21 |
| HSL | 237.67º | 0.54% | 0.54% | - |
| HSV(B) | 237.67º | 0.64% | 0.79% | - |
| XYZ | 15.87 | 10.9 | 56.53 | - |
| YUV | 89.64 | 190.84 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 201 | 0.64 | 0.62 | 0 | 0.21 | 237.67 | 0.54 | 0.54 |
| Hex | 48 | 4D | C9 | 40 | 3E | 0 | 15 | EE | 36 | 36 |
| Octal | 110 | 115 | 311 | 100 | 76 | 0 | 25 | 356 | 66 | 66 |
| Binary | 1001000 | 1001101 | 11001001 | 1000000 | 111110 | 0 | 10101 | 11101110 | 110110 | 110110 |
Color Harmonies of #484DC9
Complementary color
Monochromatic Colors of #484DC9
Black with #484DC9
Text Example
Text Example
White with #484DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DC9; }
p { color: rgb(72,77,201); }
H1.HeaderClassName
{
color: #484DC9;
}
.AnyTagClassName
{
color: #484DC9;
}
</style>
background-color css
<style>
a { background-color: #484DC9; }
a { background-color: rgb(72,77,201); }
div.DivClassName
{
background-color: #484DC9;
}
.BgClassName
{
background-color: #484DC9;
}
</style>
border-color css
<style>
span { border-color: #484DC9; }
span { border-color: rgb(72,77,201); }
td.TdClassName
{
border-color: #484DC9;
}
.TagClassName
{
border-color: #484DC9;
}
</style>