Shades of Free Speech Blue #4752BE
Tints of Free Speech Blue #4752BE
RGB
CMYK
RGB Variations
Color information
#4752BE (or 0x4752BE) is known color: Free Speech Blue. HEX triplet: 47, 52 and BE. RGB value is (71,82,190). Sum of RGB (Red+Green+Blue) = 71+82+190=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #4752BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752BE is #B8AD41. Grayscale: #5A5A5A. Windows color (decimal): -12102978 or 12472903. OLE color: 12472903.
HSL color Cylindrical-coordinate representation of color #4752BE: hue angle of 234.45º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4752BE is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 82 | 190 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.25 |
| HSL | 234.45º | 0.48% | 0.51% | - |
| HSV(B) | 234.45º | 0.63% | 0.75% | - |
| XYZ | 14.91 | 11.09 | 50.07 | - |
| YUV | 91.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 190 | 0.63 | 0.57 | 0 | 0.25 | 234.45 | 0.48 | 0.51 |
| Hex | 47 | 52 | BE | 3F | 39 | 0 | 19 | EA | 30 | 33 |
| Octal | 107 | 122 | 276 | 77 | 71 | 0 | 31 | 352 | 60 | 63 |
| Binary | 1000111 | 1010010 | 10111110 | 111111 | 111001 | 0 | 11001 | 11101010 | 110000 | 110011 |
Color Harmonies of #4752BE
Complementary color
Monochromatic Colors of #4752BE
Black with #4752BE
Text Example
Text Example
White with #4752BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752BE; }
p { color: rgb(71,82,190); }
H1.HeaderClassName
{
color: #4752BE;
}
.AnyTagClassName
{
color: #4752BE;
}
</style>
background-color css
<style>
a { background-color: #4752BE; }
a { background-color: rgb(71,82,190); }
div.DivClassName
{
background-color: #4752BE;
}
.BgClassName
{
background-color: #4752BE;
}
</style>
border-color css
<style>
span { border-color: #4752BE; }
span { border-color: rgb(71,82,190); }
td.TdClassName
{
border-color: #4752BE;
}
.TagClassName
{
border-color: #4752BE;
}
</style>