Shades of Free Speech Blue #4762BA
Tints of Free Speech Blue #4762BA
RGB
CMYK
RGB Variations
Color information
#4762BA (or 0x4762BA) is known color: Free Speech Blue. HEX triplet: 47, 62 and BA. RGB value is (71,98,186). Sum of RGB (Red+Green+Blue) = 71+98+186=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #4762BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4762BA is #B89D45. Grayscale: #636363. Windows color (decimal): -12098886 or 12214855. OLE color: 12214855.
HSL color Cylindrical-coordinate representation of color #4762BA: hue angle of 225.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4762BA is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 98 | 186 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.27 |
| HSL | 225.91º | 0.45% | 0.5% | - |
| HSV(B) | 225.91º | 0.62% | 0.73% | - |
| XYZ | 15.83 | 13.62 | 48.25 | - |
| YUV | 99.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 186 | 0.62 | 0.47 | 0 | 0.27 | 225.91 | 0.45 | 0.5 |
| Hex | 47 | 62 | BA | 3E | 2F | 0 | 1B | E2 | 2D | 32 |
| Octal | 107 | 142 | 272 | 76 | 57 | 0 | 33 | 342 | 55 | 62 |
| Binary | 1000111 | 1100010 | 10111010 | 111110 | 101111 | 0 | 11011 | 11100010 | 101101 | 110010 |
Color Harmonies of #4762BA
Complementary color
Monochromatic Colors of #4762BA
Black with #4762BA
Text Example
Text Example
White with #4762BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4762BA; }
p { color: rgb(71,98,186); }
H1.HeaderClassName
{
color: #4762BA;
}
.AnyTagClassName
{
color: #4762BA;
}
</style>
background-color css
<style>
a { background-color: #4762BA; }
a { background-color: rgb(71,98,186); }
div.DivClassName
{
background-color: #4762BA;
}
.BgClassName
{
background-color: #4762BA;
}
</style>
border-color css
<style>
span { border-color: #4762BA; }
span { border-color: rgb(71,98,186); }
td.TdClassName
{
border-color: #4762BA;
}
.TagClassName
{
border-color: #4762BA;
}
</style>