Shades of Free Speech Blue #4766B7
Tints of Free Speech Blue #4766B7
RGB
CMYK
RGB Variations
Color information
#4766B7 (or 0x4766B7) is known color: Free Speech Blue. HEX triplet: 47, 66 and B7. RGB value is (71,102,183). Sum of RGB (Red+Green+Blue) = 71+102+183=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #4766B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766B7 is #B89948. Grayscale: #656565. Windows color (decimal): -12097865 or 12019271. OLE color: 12019271.
HSL color Cylindrical-coordinate representation of color #4766B7: hue angle of 223.39º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4766B7 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 102 | 183 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.28 |
| HSL | 223.39º | 0.44% | 0.5% | - |
| HSV(B) | 223.39º | 0.61% | 0.72% | - |
| XYZ | 15.9 | 14.26 | 46.71 | - |
| YUV | 101.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 183 | 0.61 | 0.44 | 0 | 0.28 | 223.39 | 0.44 | 0.5 |
| Hex | 47 | 66 | B7 | 3D | 2C | 0 | 1C | DF | 2C | 32 |
| Octal | 107 | 146 | 267 | 75 | 54 | 0 | 34 | 337 | 54 | 62 |
| Binary | 1000111 | 1100110 | 10110111 | 111101 | 101100 | 0 | 11100 | 11011111 | 101100 | 110010 |
Color Harmonies of #4766B7
Complementary color
Monochromatic Colors of #4766B7
Black with #4766B7
Text Example
Text Example
White with #4766B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766B7; }
p { color: rgb(71,102,183); }
H1.HeaderClassName
{
color: #4766B7;
}
.AnyTagClassName
{
color: #4766B7;
}
</style>
background-color css
<style>
a { background-color: #4766B7; }
a { background-color: rgb(71,102,183); }
div.DivClassName
{
background-color: #4766B7;
}
.BgClassName
{
background-color: #4766B7;
}
</style>
border-color css
<style>
span { border-color: #4766B7; }
span { border-color: rgb(71,102,183); }
td.TdClassName
{
border-color: #4766B7;
}
.TagClassName
{
border-color: #4766B7;
}
</style>