Shades of Free Speech Blue #4952C0
Tints of Free Speech Blue #4952C0
RGB
CMYK
RGB Variations
Color information
#4952C0 (or 0x4952C0) is known color: Free Speech Blue. HEX triplet: 49, 52 and C0. RGB value is (73,82,192). Sum of RGB (Red+Green+Blue) = 73+82+192=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #4952C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4952C0 is #B6AD3F. Grayscale: #5B5B5B. Windows color (decimal): -11971904 or 12603977. OLE color: 12603977.
HSL color Cylindrical-coordinate representation of color #4952C0: hue angle of 235.46º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4952C0 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 82 | 192 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.25 |
| HSL | 235.46º | 0.49% | 0.52% | - |
| HSV(B) | 235.46º | 0.62% | 0.75% | - |
| XYZ | 15.28 | 11.26 | 51.24 | - |
| YUV | 91.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 192 | 0.62 | 0.57 | 0 | 0.25 | 235.46 | 0.49 | 0.52 |
| Hex | 49 | 52 | C0 | 3E | 39 | 0 | 19 | EB | 31 | 34 |
| Octal | 111 | 122 | 300 | 76 | 71 | 0 | 31 | 353 | 61 | 64 |
| Binary | 1001001 | 1010010 | 11000000 | 111110 | 111001 | 0 | 11001 | 11101011 | 110001 | 110100 |
Color Harmonies of #4952C0
Complementary color
Monochromatic Colors of #4952C0
Black with #4952C0
Text Example
Text Example
White with #4952C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4952C0; }
p { color: rgb(73,82,192); }
H1.HeaderClassName
{
color: #4952C0;
}
.AnyTagClassName
{
color: #4952C0;
}
</style>
background-color css
<style>
a { background-color: #4952C0; }
a { background-color: rgb(73,82,192); }
div.DivClassName
{
background-color: #4952C0;
}
.BgClassName
{
background-color: #4952C0;
}
</style>
border-color css
<style>
span { border-color: #4952C0; }
span { border-color: rgb(73,82,192); }
td.TdClassName
{
border-color: #4952C0;
}
.TagClassName
{
border-color: #4952C0;
}
</style>