Shades of Free Speech Blue #5046D1
Tints of Free Speech Blue #5046D1
RGB
CMYK
RGB Variations
Color information
#5046D1 (or 0x5046D1) is known color: Free Speech Blue. HEX triplet: 50, 46 and D1. RGB value is (80,70,209). Sum of RGB (Red+Green+Blue) = 80+70+209=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #5046D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5046D1 is #AFB92E. Grayscale: #585858. Windows color (decimal): -11516207 or 13715024. OLE color: 13715024.
HSL color Cylindrical-coordinate representation of color #5046D1: hue angle of 244.32º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5046D1 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 70 | 209 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.18 |
| HSL | 244.32º | 0.6% | 0.55% | - |
| HSV(B) | 244.32º | 0.67% | 0.82% | - |
| XYZ | 17.01 | 10.69 | 61.49 | - |
| YUV | 88.84 | 195.81 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 209 | 0.62 | 0.67 | 0 | 0.18 | 244.32 | 0.6 | 0.55 |
| Hex | 50 | 46 | D1 | 3E | 43 | 0 | 12 | F4 | 3C | 37 |
| Octal | 120 | 106 | 321 | 76 | 103 | 0 | 22 | 364 | 74 | 67 |
| Binary | 1010000 | 1000110 | 11010001 | 111110 | 1000011 | 0 | 10010 | 11110100 | 111100 | 110111 |
Color Harmonies of #5046D1
Complementary color
Monochromatic Colors of #5046D1
Black with #5046D1
Text Example
Text Example
White with #5046D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5046D1; }
p { color: rgb(80,70,209); }
H1.HeaderClassName
{
color: #5046D1;
}
.AnyTagClassName
{
color: #5046D1;
}
</style>
background-color css
<style>
a { background-color: #5046D1; }
a { background-color: rgb(80,70,209); }
div.DivClassName
{
background-color: #5046D1;
}
.BgClassName
{
background-color: #5046D1;
}
</style>
border-color css
<style>
span { border-color: #5046D1; }
span { border-color: rgb(80,70,209); }
td.TdClassName
{
border-color: #5046D1;
}
.TagClassName
{
border-color: #5046D1;
}
</style>