Shades of Free Speech Blue #4765BB
Tints of Free Speech Blue #4765BB
RGB
CMYK
RGB Variations
Color information
#4765BB (or 0x4765BB) is known color: Free Speech Blue. HEX triplet: 47, 65 and BB. RGB value is (71,101,187). Sum of RGB (Red+Green+Blue) = 71+101+187=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #4765BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4765BB is #B89A44. Grayscale: #656565. Windows color (decimal): -12098117 or 12281159. OLE color: 12281159.
HSL color Cylindrical-coordinate representation of color #4765BB: hue angle of 224.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4765BB is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 101 | 187 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.27 |
| HSL | 224.48º | 0.46% | 0.51% | - |
| HSV(B) | 224.48º | 0.62% | 0.73% | - |
| XYZ | 16.22 | 14.23 | 48.91 | - |
| YUV | 101.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 187 | 0.62 | 0.46 | 0 | 0.27 | 224.48 | 0.46 | 0.51 |
| Hex | 47 | 65 | BB | 3E | 2E | 0 | 1B | E0 | 2E | 33 |
| Octal | 107 | 145 | 273 | 76 | 56 | 0 | 33 | 340 | 56 | 63 |
| Binary | 1000111 | 1100101 | 10111011 | 111110 | 101110 | 0 | 11011 | 11100000 | 101110 | 110011 |
Color Harmonies of #4765BB
Complementary color
Monochromatic Colors of #4765BB
Black with #4765BB
Text Example
Text Example
White with #4765BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4765BB; }
p { color: rgb(71,101,187); }
H1.HeaderClassName
{
color: #4765BB;
}
.AnyTagClassName
{
color: #4765BB;
}
</style>
background-color css
<style>
a { background-color: #4765BB; }
a { background-color: rgb(71,101,187); }
div.DivClassName
{
background-color: #4765BB;
}
.BgClassName
{
background-color: #4765BB;
}
</style>
border-color css
<style>
span { border-color: #4765BB; }
span { border-color: rgb(71,101,187); }
td.TdClassName
{
border-color: #4765BB;
}
.TagClassName
{
border-color: #4765BB;
}
</style>