Shades of Free Speech Blue #4752BC
Tints of Free Speech Blue #4752BC
RGB
CMYK
RGB Variations
Color information
#4752BC (or 0x4752BC) is known color: Free Speech Blue. HEX triplet: 47, 52 and BC. RGB value is (71,82,188). Sum of RGB (Red+Green+Blue) = 71+82+188=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4752BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752BC is #B8AD43. Grayscale: #5A5A5A. Windows color (decimal): -12102980 or 12341831. OLE color: 12341831.
HSL color Cylindrical-coordinate representation of color #4752BC: hue angle of 234.36º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4752BC is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 82 | 188 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.26 |
| HSL | 234.36º | 0.47% | 0.51% | - |
| HSV(B) | 234.36º | 0.62% | 0.74% | - |
| XYZ | 14.69 | 11.01 | 48.93 | - |
| YUV | 90.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 188 | 0.62 | 0.56 | 0 | 0.26 | 234.36 | 0.47 | 0.51 |
| Hex | 47 | 52 | BC | 3E | 38 | 0 | 1A | EA | 2F | 33 |
| Octal | 107 | 122 | 274 | 76 | 70 | 0 | 32 | 352 | 57 | 63 |
| Binary | 1000111 | 1010010 | 10111100 | 111110 | 111000 | 0 | 11010 | 11101010 | 101111 | 110011 |
Color Harmonies of #4752BC
Complementary color
Monochromatic Colors of #4752BC
Black with #4752BC
Text Example
Text Example
White with #4752BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752BC; }
p { color: rgb(71,82,188); }
H1.HeaderClassName
{
color: #4752BC;
}
.AnyTagClassName
{
color: #4752BC;
}
</style>
background-color css
<style>
a { background-color: #4752BC; }
a { background-color: rgb(71,82,188); }
div.DivClassName
{
background-color: #4752BC;
}
.BgClassName
{
background-color: #4752BC;
}
</style>
border-color css
<style>
span { border-color: #4752BC; }
span { border-color: rgb(71,82,188); }
td.TdClassName
{
border-color: #4752BC;
}
.TagClassName
{
border-color: #4752BC;
}
</style>