Shades of Free Speech Blue #4952DC
Tints of Free Speech Blue #4952DC
RGB
CMYK
RGB Variations
Color information
#4952DC (or 0x4952DC) is known color: Free Speech Blue. HEX triplet: 49, 52 and DC. RGB value is (73,82,220). Sum of RGB (Red+Green+Blue) = 73+82+220=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #4952DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4952DC is #B6AD23. Grayscale: #5E5E5E. Windows color (decimal): -11971876 or 14438985. OLE color: 14438985.
HSL color Cylindrical-coordinate representation of color #4952DC: hue angle of 236.33º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4952DC is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 82 | 220 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.14 |
| HSL | 236.33º | 0.68% | 0.57% | - |
| HSV(B) | 236.33º | 0.67% | 0.86% | - |
| XYZ | 18.68 | 12.62 | 69.16 | - |
| YUV | 95.04 | 198.52 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 220 | 0.67 | 0.63 | 0 | 0.14 | 236.33 | 0.68 | 0.57 |
| Hex | 49 | 52 | DC | 43 | 3F | 0 | E | EC | 44 | 39 |
| Octal | 111 | 122 | 334 | 103 | 77 | 0 | 16 | 354 | 104 | 71 |
| Binary | 1001001 | 1010010 | 11011100 | 1000011 | 111111 | 0 | 1110 | 11101100 | 1000100 | 111001 |
Color Harmonies of #4952DC
Complementary color
Monochromatic Colors of #4952DC
Black with #4952DC
Text Example
Text Example
White with #4952DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4952DC; }
p { color: rgb(73,82,220); }
H1.HeaderClassName
{
color: #4952DC;
}
.AnyTagClassName
{
color: #4952DC;
}
</style>
background-color css
<style>
a { background-color: #4952DC; }
a { background-color: rgb(73,82,220); }
div.DivClassName
{
background-color: #4952DC;
}
.BgClassName
{
background-color: #4952DC;
}
</style>
border-color css
<style>
span { border-color: #4952DC; }
span { border-color: rgb(73,82,220); }
td.TdClassName
{
border-color: #4952DC;
}
.TagClassName
{
border-color: #4952DC;
}
</style>