Shades of Free Speech Blue #504AD1
Tints of Free Speech Blue #504AD1
RGB
CMYK
RGB Variations
Color information
#504AD1 (or 0x504AD1) is known color: Free Speech Blue. HEX triplet: 50, 4A and D1. RGB value is (80,74,209). Sum of RGB (Red+Green+Blue) = 80+74+209=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 209 (82.03% from 255 or 57.58% from 363); Max value from RGB is 209 - color contains mainly: blue. Hex color #504AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504AD1 is #AFB52E. Grayscale: #5A5A5A. Windows color (decimal): -11515183 or 13716048. OLE color: 13716048.
HSL color Cylindrical-coordinate representation of color #504AD1: hue angle of 242.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504AD1 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 74 | 209 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.18 |
| HSL | 242.67º | 0.59% | 0.55% | - |
| HSV(B) | 242.67º | 0.65% | 0.82% | - |
| XYZ | 17.27 | 11.21 | 61.57 | - |
| YUV | 91.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 209 | 0.62 | 0.65 | 0 | 0.18 | 242.67 | 0.59 | 0.55 |
| Hex | 50 | 4A | D1 | 3E | 41 | 0 | 12 | F3 | 3B | 37 |
| Octal | 120 | 112 | 321 | 76 | 101 | 0 | 22 | 363 | 73 | 67 |
| Binary | 1010000 | 1001010 | 11010001 | 111110 | 1000001 | 0 | 10010 | 11110011 | 111011 | 110111 |
Color Harmonies of #504AD1
Complementary color
Monochromatic Colors of #504AD1
Black with #504AD1
Text Example
Text Example
White with #504AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504AD1; }
p { color: rgb(80,74,209); }
H1.HeaderClassName
{
color: #504AD1;
}
.AnyTagClassName
{
color: #504AD1;
}
</style>
background-color css
<style>
a { background-color: #504AD1; }
a { background-color: rgb(80,74,209); }
div.DivClassName
{
background-color: #504AD1;
}
.BgClassName
{
background-color: #504AD1;
}
</style>
border-color css
<style>
span { border-color: #504AD1; }
span { border-color: rgb(80,74,209); }
td.TdClassName
{
border-color: #504AD1;
}
.TagClassName
{
border-color: #504AD1;
}
</style>