Shades of Free Speech Blue #504AD6
Tints of Free Speech Blue #504AD6
RGB
CMYK
RGB Variations
Color information
#504AD6 (or 0x504AD6) is known color: Free Speech Blue. HEX triplet: 50, 4A and D6. RGB value is (80,74,214). Sum of RGB (Red+Green+Blue) = 80+74+214=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 214 (83.98% from 255 or 58.15% from 368); Max value from RGB is 214 - color contains mainly: blue. Hex color #504AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504AD6 is #AFB529. Grayscale: #5B5B5B. Windows color (decimal): -11515178 or 14043728. OLE color: 14043728.
HSL color Cylindrical-coordinate representation of color #504AD6: hue angle of 242.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504AD6 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 74 | 214 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.16 |
| HSL | 242.57º | 0.63% | 0.56% | - |
| HSV(B) | 242.57º | 0.65% | 0.84% | - |
| XYZ | 17.89 | 11.46 | 64.89 | - |
| YUV | 91.75 | 196.99 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 214 | 0.63 | 0.65 | 0 | 0.16 | 242.57 | 0.63 | 0.56 |
| Hex | 50 | 4A | D6 | 3F | 41 | 0 | 10 | F3 | 3F | 38 |
| Octal | 120 | 112 | 326 | 77 | 101 | 0 | 20 | 363 | 77 | 70 |
| Binary | 1010000 | 1001010 | 11010110 | 111111 | 1000001 | 0 | 10000 | 11110011 | 111111 | 111000 |
Color Harmonies of #504AD6
Complementary color
Monochromatic Colors of #504AD6
Black with #504AD6
Text Example
Text Example
White with #504AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504AD6; }
p { color: rgb(80,74,214); }
H1.HeaderClassName
{
color: #504AD6;
}
.AnyTagClassName
{
color: #504AD6;
}
</style>
background-color css
<style>
a { background-color: #504AD6; }
a { background-color: rgb(80,74,214); }
div.DivClassName
{
background-color: #504AD6;
}
.BgClassName
{
background-color: #504AD6;
}
</style>
border-color css
<style>
span { border-color: #504AD6; }
span { border-color: rgb(80,74,214); }
td.TdClassName
{
border-color: #504AD6;
}
.TagClassName
{
border-color: #504AD6;
}
</style>