Shades of Free Speech Blue #484DC1
Tints of Free Speech Blue #484DC1
RGB
CMYK
RGB Variations
Color information
#484DC1 (or 0x484DC1) is known color: Free Speech Blue. HEX triplet: 48, 4D and C1. RGB value is (72,77,193). Sum of RGB (Red+Green+Blue) = 72+77+193=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #484DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DC1 is #B7B23E. Grayscale: #585858. Windows color (decimal): -12038719 or 12668232. OLE color: 12668232.
HSL color Cylindrical-coordinate representation of color #484DC1: hue angle of 237.52º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #484DC1 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 77 | 193 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.24 |
| HSL | 237.52º | 0.49% | 0.52% | - |
| HSV(B) | 237.52º | 0.63% | 0.76% | - |
| XYZ | 14.95 | 10.54 | 51.7 | - |
| YUV | 88.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 193 | 0.63 | 0.60 | 0 | 0.24 | 237.52 | 0.49 | 0.52 |
| Hex | 48 | 4D | C1 | 3F | 3C | 0 | 18 | EE | 31 | 34 |
| Octal | 110 | 115 | 301 | 77 | 74 | 0 | 30 | 356 | 61 | 64 |
| Binary | 1001000 | 1001101 | 11000001 | 111111 | 111100 | 0 | 11000 | 11101110 | 110001 | 110100 |
Color Harmonies of #484DC1
Complementary color
Monochromatic Colors of #484DC1
Black with #484DC1
Text Example
Text Example
White with #484DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DC1; }
p { color: rgb(72,77,193); }
H1.HeaderClassName
{
color: #484DC1;
}
.AnyTagClassName
{
color: #484DC1;
}
</style>
background-color css
<style>
a { background-color: #484DC1; }
a { background-color: rgb(72,77,193); }
div.DivClassName
{
background-color: #484DC1;
}
.BgClassName
{
background-color: #484DC1;
}
</style>
border-color css
<style>
span { border-color: #484DC1; }
span { border-color: rgb(72,77,193); }
td.TdClassName
{
border-color: #484DC1;
}
.TagClassName
{
border-color: #484DC1;
}
</style>