Shades of Free Speech Blue #4752BB
Tints of Free Speech Blue #4752BB
RGB
CMYK
RGB Variations
Color information
#4752BB (or 0x4752BB) is known color: Free Speech Blue. HEX triplet: 47, 52 and BB. RGB value is (71,82,187). Sum of RGB (Red+Green+Blue) = 71+82+187=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #4752BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752BB is #B8AD44. Grayscale: #5A5A5A. Windows color (decimal): -12102981 or 12276295. OLE color: 12276295.
HSL color Cylindrical-coordinate representation of color #4752BB: hue angle of 234.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4752BB is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 82 | 187 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.27 |
| HSL | 234.31º | 0.46% | 0.51% | - |
| HSV(B) | 234.31º | 0.62% | 0.73% | - |
| XYZ | 14.59 | 10.96 | 48.36 | - |
| YUV | 90.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 187 | 0.62 | 0.56 | 0 | 0.27 | 234.31 | 0.46 | 0.51 |
| Hex | 47 | 52 | BB | 3E | 38 | 0 | 1B | EA | 2E | 33 |
| Octal | 107 | 122 | 273 | 76 | 70 | 0 | 33 | 352 | 56 | 63 |
| Binary | 1000111 | 1010010 | 10111011 | 111110 | 111000 | 0 | 11011 | 11101010 | 101110 | 110011 |
Color Harmonies of #4752BB
Complementary color
Monochromatic Colors of #4752BB
Black with #4752BB
Text Example
Text Example
White with #4752BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752BB; }
p { color: rgb(71,82,187); }
H1.HeaderClassName
{
color: #4752BB;
}
.AnyTagClassName
{
color: #4752BB;
}
</style>
background-color css
<style>
a { background-color: #4752BB; }
a { background-color: rgb(71,82,187); }
div.DivClassName
{
background-color: #4752BB;
}
.BgClassName
{
background-color: #4752BB;
}
</style>
border-color css
<style>
span { border-color: #4752BB; }
span { border-color: rgb(71,82,187); }
td.TdClassName
{
border-color: #4752BB;
}
.TagClassName
{
border-color: #4752BB;
}
</style>