Shades of Free Speech Blue #4758BC
Tints of Free Speech Blue #4758BC
RGB
CMYK
RGB Variations
Color information
#4758BC (or 0x4758BC) is known color: Free Speech Blue. HEX triplet: 47, 58 and BC. RGB value is (71,88,188). Sum of RGB (Red+Green+Blue) = 71+88+188=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #4758BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4758BC is #B8A743. Grayscale: #5D5D5D. Windows color (decimal): -12101444 or 12343367. OLE color: 12343367.
HSL color Cylindrical-coordinate representation of color #4758BC: hue angle of 231.28º 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 #4758BC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 88 | 188 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.26 |
| HSL | 231.28º | 0.47% | 0.51% | - |
| HSV(B) | 231.28º | 0.62% | 0.74% | - |
| XYZ | 15.17 | 11.95 | 49.08 | - |
| YUV | 94.32 | 180.87 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 188 | 0.62 | 0.53 | 0 | 0.26 | 231.28 | 0.47 | 0.51 |
| Hex | 47 | 58 | BC | 3E | 35 | 0 | 1A | E7 | 2F | 33 |
| Octal | 107 | 130 | 274 | 76 | 65 | 0 | 32 | 347 | 57 | 63 |
| Binary | 1000111 | 1011000 | 10111100 | 111110 | 110101 | 0 | 11010 | 11100111 | 101111 | 110011 |
Color Harmonies of #4758BC
Complementary color
Monochromatic Colors of #4758BC
Black with #4758BC
Text Example
Text Example
White with #4758BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4758BC; }
p { color: rgb(71,88,188); }
H1.HeaderClassName
{
color: #4758BC;
}
.AnyTagClassName
{
color: #4758BC;
}
</style>
background-color css
<style>
a { background-color: #4758BC; }
a { background-color: rgb(71,88,188); }
div.DivClassName
{
background-color: #4758BC;
}
.BgClassName
{
background-color: #4758BC;
}
</style>
border-color css
<style>
span { border-color: #4758BC; }
span { border-color: rgb(71,88,188); }
td.TdClassName
{
border-color: #4758BC;
}
.TagClassName
{
border-color: #4758BC;
}
</style>