Shades of Free Speech Blue #4764BC
Tints of Free Speech Blue #4764BC
RGB
CMYK
RGB Variations
Color information
#4764BC (or 0x4764BC) is known color: Free Speech Blue. HEX triplet: 47, 64 and BC. RGB value is (71,100,188). Sum of RGB (Red+Green+Blue) = 71+100+188=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #4764BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764BC is #B89B43. Grayscale: #646464. Windows color (decimal): -12098372 or 12346439. OLE color: 12346439.
HSL color Cylindrical-coordinate representation of color #4764BC: hue angle of 225.13º 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 #4764BC is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 100 | 188 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.26 |
| HSL | 225.13º | 0.47% | 0.51% | - |
| HSV(B) | 225.13º | 0.62% | 0.74% | - |
| XYZ | 16.23 | 14.08 | 49.44 | - |
| YUV | 101.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 188 | 0.62 | 0.47 | 0 | 0.26 | 225.13 | 0.47 | 0.51 |
| Hex | 47 | 64 | BC | 3E | 2F | 0 | 1A | E1 | 2F | 33 |
| Octal | 107 | 144 | 274 | 76 | 57 | 0 | 32 | 341 | 57 | 63 |
| Binary | 1000111 | 1100100 | 10111100 | 111110 | 101111 | 0 | 11010 | 11100001 | 101111 | 110011 |
Color Harmonies of #4764BC
Complementary color
Monochromatic Colors of #4764BC
Black with #4764BC
Text Example
Text Example
White with #4764BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4764BC; }
p { color: rgb(71,100,188); }
H1.HeaderClassName
{
color: #4764BC;
}
.AnyTagClassName
{
color: #4764BC;
}
</style>
background-color css
<style>
a { background-color: #4764BC; }
a { background-color: rgb(71,100,188); }
div.DivClassName
{
background-color: #4764BC;
}
.BgClassName
{
background-color: #4764BC;
}
</style>
border-color css
<style>
span { border-color: #4764BC; }
span { border-color: rgb(71,100,188); }
td.TdClassName
{
border-color: #4764BC;
}
.TagClassName
{
border-color: #4764BC;
}
</style>