Shades of Free Speech Blue #4765BA
Tints of Free Speech Blue #4765BA
RGB
CMYK
RGB Variations
Color information
#4765BA (or 0x4765BA) is known color: Free Speech Blue. HEX triplet: 47, 65 and BA. RGB value is (71,101,186). Sum of RGB (Red+Green+Blue) = 71+101+186=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #4765BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4765BA is #B89A45. Grayscale: #656565. Windows color (decimal): -12098118 or 12215623. OLE color: 12215623.
HSL color Cylindrical-coordinate representation of color #4765BA: hue angle of 224.35º 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 #4765BA is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 101 | 186 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.27 |
| HSL | 224.35º | 0.45% | 0.5% | - |
| HSV(B) | 224.35º | 0.62% | 0.73% | - |
| XYZ | 16.12 | 14.19 | 48.34 | - |
| YUV | 101.72 | 175.56 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 186 | 0.62 | 0.46 | 0 | 0.27 | 224.35 | 0.45 | 0.5 |
| Hex | 47 | 65 | BA | 3E | 2E | 0 | 1B | E0 | 2D | 32 |
| Octal | 107 | 145 | 272 | 76 | 56 | 0 | 33 | 340 | 55 | 62 |
| Binary | 1000111 | 1100101 | 10111010 | 111110 | 101110 | 0 | 11011 | 11100000 | 101101 | 110010 |
Color Harmonies of #4765BA
Complementary color
Monochromatic Colors of #4765BA
Black with #4765BA
Text Example
Text Example
White with #4765BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4765BA; }
p { color: rgb(71,101,186); }
H1.HeaderClassName
{
color: #4765BA;
}
.AnyTagClassName
{
color: #4765BA;
}
</style>
background-color css
<style>
a { background-color: #4765BA; }
a { background-color: rgb(71,101,186); }
div.DivClassName
{
background-color: #4765BA;
}
.BgClassName
{
background-color: #4765BA;
}
</style>
border-color css
<style>
span { border-color: #4765BA; }
span { border-color: rgb(71,101,186); }
td.TdClassName
{
border-color: #4765BA;
}
.TagClassName
{
border-color: #4765BA;
}
</style>