Shades of Free Speech Blue #4765BF
Tints of Free Speech Blue #4765BF
RGB
CMYK
RGB Variations
Color information
#4765BF (or 0x4765BF) is known color: Free Speech Blue. HEX triplet: 47, 65 and BF. RGB value is (71,101,191). Sum of RGB (Red+Green+Blue) = 71+101+191=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #4765BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4765BF is #B89A40. Grayscale: #656565. Windows color (decimal): -12098113 or 12543303. OLE color: 12543303.
HSL color Cylindrical-coordinate representation of color #4765BF: hue angle of 225º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4765BF is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 101 | 191 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.25 |
| HSL | 225º | 0.48% | 0.51% | - |
| HSV(B) | 225º | 0.63% | 0.75% | - |
| XYZ | 16.66 | 14.41 | 51.19 | - |
| YUV | 102.29 | 178.06 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 191 | 0.63 | 0.47 | 0 | 0.25 | 225 | 0.48 | 0.51 |
| Hex | 47 | 65 | BF | 3F | 2F | 0 | 19 | E1 | 30 | 33 |
| Octal | 107 | 145 | 277 | 77 | 57 | 0 | 31 | 341 | 60 | 63 |
| Binary | 1000111 | 1100101 | 10111111 | 111111 | 101111 | 0 | 11001 | 11100001 | 110000 | 110011 |
Color Harmonies of #4765BF
Complementary color
Monochromatic Colors of #4765BF
Black with #4765BF
Text Example
Text Example
White with #4765BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4765BF; }
p { color: rgb(71,101,191); }
H1.HeaderClassName
{
color: #4765BF;
}
.AnyTagClassName
{
color: #4765BF;
}
</style>
background-color css
<style>
a { background-color: #4765BF; }
a { background-color: rgb(71,101,191); }
div.DivClassName
{
background-color: #4765BF;
}
.BgClassName
{
background-color: #4765BF;
}
</style>
border-color css
<style>
span { border-color: #4765BF; }
span { border-color: rgb(71,101,191); }
td.TdClassName
{
border-color: #4765BF;
}
.TagClassName
{
border-color: #4765BF;
}
</style>