Shades of Free Speech Blue #4762BC
Tints of Free Speech Blue #4762BC
RGB
CMYK
RGB Variations
Color information
#4762BC (or 0x4762BC) is known color: Free Speech Blue. HEX triplet: 47, 62 and BC. RGB value is (71,98,188). Sum of RGB (Red+Green+Blue) = 71+98+188=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #4762BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4762BC is #B89D43. Grayscale: #636363. Windows color (decimal): -12098884 or 12345927. OLE color: 12345927.
HSL color Cylindrical-coordinate representation of color #4762BC: hue angle of 226.15º 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 #4762BC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 98 | 188 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.26 |
| HSL | 226.15º | 0.47% | 0.51% | - |
| HSV(B) | 226.15º | 0.62% | 0.74% | - |
| XYZ | 16.04 | 13.71 | 49.38 | - |
| YUV | 100.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 188 | 0.62 | 0.48 | 0 | 0.26 | 226.15 | 0.47 | 0.51 |
| Hex | 47 | 62 | BC | 3E | 30 | 0 | 1A | E2 | 2F | 33 |
| Octal | 107 | 142 | 274 | 76 | 60 | 0 | 32 | 342 | 57 | 63 |
| Binary | 1000111 | 1100010 | 10111100 | 111110 | 110000 | 0 | 11010 | 11100010 | 101111 | 110011 |
Color Harmonies of #4762BC
Complementary color
Monochromatic Colors of #4762BC
Black with #4762BC
Text Example
Text Example
White with #4762BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4762BC; }
p { color: rgb(71,98,188); }
H1.HeaderClassName
{
color: #4762BC;
}
.AnyTagClassName
{
color: #4762BC;
}
</style>
background-color css
<style>
a { background-color: #4762BC; }
a { background-color: rgb(71,98,188); }
div.DivClassName
{
background-color: #4762BC;
}
.BgClassName
{
background-color: #4762BC;
}
</style>
border-color css
<style>
span { border-color: #4762BC; }
span { border-color: rgb(71,98,188); }
td.TdClassName
{
border-color: #4762BC;
}
.TagClassName
{
border-color: #4762BC;
}
</style>