Shades of Free Speech Blue #4952BC
Tints of Free Speech Blue #4952BC
RGB
CMYK
RGB Variations
Color information
#4952BC (or 0x4952BC) is known color: Free Speech Blue. HEX triplet: 49, 52 and BC. RGB value is (73,82,188). Sum of RGB (Red+Green+Blue) = 73+82+188=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #4952BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4952BC is #B6AD43. Grayscale: #5A5A5A. Windows color (decimal): -11971908 or 12341833. OLE color: 12341833.
HSL color Cylindrical-coordinate representation of color #4952BC: hue angle of 235.3º 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 #4952BC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 82 | 188 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.26 |
| HSL | 235.3º | 0.46% | 0.51% | - |
| HSV(B) | 235.3º | 0.61% | 0.74% | - |
| XYZ | 14.84 | 11.08 | 48.93 | - |
| YUV | 91.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 188 | 0.61 | 0.56 | 0 | 0.26 | 235.3 | 0.46 | 0.51 |
| Hex | 49 | 52 | BC | 3D | 38 | 0 | 1A | EB | 2E | 33 |
| Octal | 111 | 122 | 274 | 75 | 70 | 0 | 32 | 353 | 56 | 63 |
| Binary | 1001001 | 1010010 | 10111100 | 111101 | 111000 | 0 | 11010 | 11101011 | 101110 | 110011 |
Color Harmonies of #4952BC
Complementary color
Monochromatic Colors of #4952BC
Black with #4952BC
Text Example
Text Example
White with #4952BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4952BC; }
p { color: rgb(73,82,188); }
H1.HeaderClassName
{
color: #4952BC;
}
.AnyTagClassName
{
color: #4952BC;
}
</style>
background-color css
<style>
a { background-color: #4952BC; }
a { background-color: rgb(73,82,188); }
div.DivClassName
{
background-color: #4952BC;
}
.BgClassName
{
background-color: #4952BC;
}
</style>
border-color css
<style>
span { border-color: #4952BC; }
span { border-color: rgb(73,82,188); }
td.TdClassName
{
border-color: #4952BC;
}
.TagClassName
{
border-color: #4952BC;
}
</style>