Shades of Free Speech Blue #484DCC
Tints of Free Speech Blue #484DCC
RGB
CMYK
RGB Variations
Color information
#484DCC (or 0x484DCC) is known color: Free Speech Blue. HEX triplet: 48, 4D and CC. RGB value is (72,77,204). Sum of RGB (Red+Green+Blue) = 72+77+204=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #484DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DCC is #B7B233. Grayscale: #595959. Windows color (decimal): -12038708 or 13389128. OLE color: 13389128.
HSL color Cylindrical-coordinate representation of color #484DCC: hue angle of 237.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484DCC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 77 | 204 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.2 |
| HSL | 237.73º | 0.56% | 0.54% | - |
| HSV(B) | 237.73º | 0.65% | 0.8% | - |
| XYZ | 16.23 | 11.05 | 58.4 | - |
| YUV | 89.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 204 | 0.65 | 0.62 | 0 | 0.2 | 237.73 | 0.56 | 0.54 |
| Hex | 48 | 4D | CC | 41 | 3E | 0 | 14 | EE | 38 | 36 |
| Octal | 110 | 115 | 314 | 101 | 76 | 0 | 24 | 356 | 70 | 66 |
| Binary | 1001000 | 1001101 | 11001100 | 1000001 | 111110 | 0 | 10100 | 11101110 | 111000 | 110110 |
Color Harmonies of #484DCC
Complementary color
Monochromatic Colors of #484DCC
Black with #484DCC
Text Example
Text Example
White with #484DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DCC; }
p { color: rgb(72,77,204); }
H1.HeaderClassName
{
color: #484DCC;
}
.AnyTagClassName
{
color: #484DCC;
}
</style>
background-color css
<style>
a { background-color: #484DCC; }
a { background-color: rgb(72,77,204); }
div.DivClassName
{
background-color: #484DCC;
}
.BgClassName
{
background-color: #484DCC;
}
</style>
border-color css
<style>
span { border-color: #484DCC; }
span { border-color: rgb(72,77,204); }
td.TdClassName
{
border-color: #484DCC;
}
.TagClassName
{
border-color: #484DCC;
}
</style>