Shades of Free Speech Blue #4950CE
Tints of Free Speech Blue #4950CE
RGB
CMYK
RGB Variations
Color information
#4950CE (or 0x4950CE) is known color: Free Speech Blue. HEX triplet: 49, 50 and CE. RGB value is (73,80,206). Sum of RGB (Red+Green+Blue) = 73+80+206=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #4950CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4950CE is #B6AF31. Grayscale: #5B5B5B. Windows color (decimal): -11972402 or 13520969. OLE color: 13520969.
HSL color Cylindrical-coordinate representation of color #4950CE: hue angle of 236.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4950CE is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 80 | 206 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.19 |
| HSL | 236.84º | 0.58% | 0.55% | - |
| HSV(B) | 236.84º | 0.65% | 0.81% | - |
| XYZ | 16.76 | 11.61 | 59.75 | - |
| YUV | 92.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 206 | 0.65 | 0.61 | 0 | 0.19 | 236.84 | 0.58 | 0.55 |
| Hex | 49 | 50 | CE | 41 | 3D | 0 | 13 | ED | 3A | 37 |
| Octal | 111 | 120 | 316 | 101 | 75 | 0 | 23 | 355 | 72 | 67 |
| Binary | 1001001 | 1010000 | 11001110 | 1000001 | 111101 | 0 | 10011 | 11101101 | 111010 | 110111 |
Color Harmonies of #4950CE
Complementary color
Monochromatic Colors of #4950CE
Black with #4950CE
Text Example
Text Example
White with #4950CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4950CE; }
p { color: rgb(73,80,206); }
H1.HeaderClassName
{
color: #4950CE;
}
.AnyTagClassName
{
color: #4950CE;
}
</style>
background-color css
<style>
a { background-color: #4950CE; }
a { background-color: rgb(73,80,206); }
div.DivClassName
{
background-color: #4950CE;
}
.BgClassName
{
background-color: #4950CE;
}
</style>
border-color css
<style>
span { border-color: #4950CE; }
span { border-color: rgb(73,80,206); }
td.TdClassName
{
border-color: #4950CE;
}
.TagClassName
{
border-color: #4950CE;
}
</style>