Shades of Free Speech Blue #4760BD
Tints of Free Speech Blue #4760BD
RGB
CMYK
RGB Variations
Color information
#4760BD (or 0x4760BD) is known color: Free Speech Blue. HEX triplet: 47, 60 and BD. RGB value is (71,96,189). Sum of RGB (Red+Green+Blue) = 71+96+189=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #4760BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760BD is #B89F42. Grayscale: #626262. Windows color (decimal): -12099395 or 12410951. OLE color: 12410951.
HSL color Cylindrical-coordinate representation of color #4760BD: hue angle of 227.29º 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 #4760BD is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 96 | 189 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.26 |
| HSL | 227.29º | 0.47% | 0.51% | - |
| HSV(B) | 227.29º | 0.62% | 0.74% | - |
| XYZ | 15.97 | 13.38 | 49.89 | - |
| YUV | 99.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 189 | 0.62 | 0.49 | 0 | 0.26 | 227.29 | 0.47 | 0.51 |
| Hex | 47 | 60 | BD | 3E | 31 | 0 | 1A | E3 | 2F | 33 |
| Octal | 107 | 140 | 275 | 76 | 61 | 0 | 32 | 343 | 57 | 63 |
| Binary | 1000111 | 1100000 | 10111101 | 111110 | 110001 | 0 | 11010 | 11100011 | 101111 | 110011 |
Color Harmonies of #4760BD
Complementary color
Monochromatic Colors of #4760BD
Black with #4760BD
Text Example
Text Example
White with #4760BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4760BD; }
p { color: rgb(71,96,189); }
H1.HeaderClassName
{
color: #4760BD;
}
.AnyTagClassName
{
color: #4760BD;
}
</style>
background-color css
<style>
a { background-color: #4760BD; }
a { background-color: rgb(71,96,189); }
div.DivClassName
{
background-color: #4760BD;
}
.BgClassName
{
background-color: #4760BD;
}
</style>
border-color css
<style>
span { border-color: #4760BD; }
span { border-color: rgb(71,96,189); }
td.TdClassName
{
border-color: #4760BD;
}
.TagClassName
{
border-color: #4760BD;
}
</style>