Shades of Free Speech Blue #4953BC
Tints of Free Speech Blue #4953BC
RGB
CMYK
RGB Variations
Color information
#4953BC (or 0x4953BC) is known color: Free Speech Blue. HEX triplet: 49, 53 and BC. RGB value is (73,83,188). Sum of RGB (Red+Green+Blue) = 73+83+188=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #4953BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4953BC is #B6AC43. Grayscale: #5B5B5B. Windows color (decimal): -11971652 or 12342089. OLE color: 12342089.
HSL color Cylindrical-coordinate representation of color #4953BC: hue angle of 234.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4953BC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 83 | 188 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.26 |
| HSL | 234.78º | 0.46% | 0.51% | - |
| HSV(B) | 234.78º | 0.61% | 0.74% | - |
| XYZ | 14.92 | 11.23 | 48.96 | - |
| YUV | 91.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 188 | 0.61 | 0.56 | 0 | 0.26 | 234.78 | 0.46 | 0.51 |
| Hex | 49 | 53 | BC | 3D | 38 | 0 | 1A | EB | 2E | 33 |
| Octal | 111 | 123 | 274 | 75 | 70 | 0 | 32 | 353 | 56 | 63 |
| Binary | 1001001 | 1010011 | 10111100 | 111101 | 111000 | 0 | 11010 | 11101011 | 101110 | 110011 |
Color Harmonies of #4953BC
Complementary color
Monochromatic Colors of #4953BC
Black with #4953BC
Text Example
Text Example
White with #4953BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4953BC; }
p { color: rgb(73,83,188); }
H1.HeaderClassName
{
color: #4953BC;
}
.AnyTagClassName
{
color: #4953BC;
}
</style>
background-color css
<style>
a { background-color: #4953BC; }
a { background-color: rgb(73,83,188); }
div.DivClassName
{
background-color: #4953BC;
}
.BgClassName
{
background-color: #4953BC;
}
</style>
border-color css
<style>
span { border-color: #4953BC; }
span { border-color: rgb(73,83,188); }
td.TdClassName
{
border-color: #4953BC;
}
.TagClassName
{
border-color: #4953BC;
}
</style>