Shades of Free Speech Blue #4752C5
Tints of Free Speech Blue #4752C5
RGB
CMYK
RGB Variations
Color information
#4752C5 (or 0x4752C5) is known color: Free Speech Blue. HEX triplet: 47, 52 and C5. RGB value is (71,82,197). Sum of RGB (Red+Green+Blue) = 71+82+197=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 197 (77.34% from 255 or 56.29% from 350); Max value from RGB is 197 - color contains mainly: blue. Hex color #4752C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752C5 is #B8AD3A. Grayscale: #5B5B5B. Windows color (decimal): -12102971 or 12931655. OLE color: 12931655.
HSL color Cylindrical-coordinate representation of color #4752C5: hue angle of 234.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4752C5 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 82 | 197 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.23 |
| HSL | 234.76º | 0.52% | 0.53% | - |
| HSV(B) | 234.76º | 0.64% | 0.77% | - |
| XYZ | 15.69 | 11.41 | 54.2 | - |
| YUV | 91.82 | 187.36 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 197 | 0.64 | 0.58 | 0 | 0.23 | 234.76 | 0.52 | 0.53 |
| Hex | 47 | 52 | C5 | 40 | 3A | 0 | 17 | EB | 34 | 35 |
| Octal | 107 | 122 | 305 | 100 | 72 | 0 | 27 | 353 | 64 | 65 |
| Binary | 1000111 | 1010010 | 11000101 | 1000000 | 111010 | 0 | 10111 | 11101011 | 110100 | 110101 |
Color Harmonies of #4752C5
Complementary color
Monochromatic Colors of #4752C5
Black with #4752C5
Text Example
Text Example
White with #4752C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752C5; }
p { color: rgb(71,82,197); }
H1.HeaderClassName
{
color: #4752C5;
}
.AnyTagClassName
{
color: #4752C5;
}
</style>
background-color css
<style>
a { background-color: #4752C5; }
a { background-color: rgb(71,82,197); }
div.DivClassName
{
background-color: #4752C5;
}
.BgClassName
{
background-color: #4752C5;
}
</style>
border-color css
<style>
span { border-color: #4752C5; }
span { border-color: rgb(71,82,197); }
td.TdClassName
{
border-color: #4752C5;
}
.TagClassName
{
border-color: #4752C5;
}
</style>