Shades of Free Speech Blue #4766CB
Tints of Free Speech Blue #4766CB
RGB
CMYK
RGB Variations
Color information
#4766CB (or 0x4766CB) is known color: Free Speech Blue. HEX triplet: 47, 66 and CB. RGB value is (71,102,203). Sum of RGB (Red+Green+Blue) = 71+102+203=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #4766CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766CB is #B89934. Grayscale: #676767. Windows color (decimal): -12097845 or 13329991. OLE color: 13329991.
HSL color Cylindrical-coordinate representation of color #4766CB: hue angle of 225.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4766CB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 102 | 203 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.20 |
| HSL | 225.91º | 0.56% | 0.54% | - |
| HSV(B) | 225.91º | 0.65% | 0.8% | - |
| XYZ | 18.13 | 15.15 | 58.47 | - |
| YUV | 104.25 | 183.73 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 203 | 0.65 | 0.50 | 0 | 0.20 | 225.91 | 0.56 | 0.54 |
| Hex | 47 | 66 | CB | 41 | 32 | 0 | 14 | E2 | 38 | 36 |
| Octal | 107 | 146 | 313 | 101 | 62 | 0 | 24 | 342 | 70 | 66 |
| Binary | 1000111 | 1100110 | 11001011 | 1000001 | 110010 | 0 | 10100 | 11100010 | 111000 | 110110 |
Color Harmonies of #4766CB
Complementary color
Monochromatic Colors of #4766CB
Black with #4766CB
Text Example
Text Example
White with #4766CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766CB; }
p { color: rgb(71,102,203); }
H1.HeaderClassName
{
color: #4766CB;
}
.AnyTagClassName
{
color: #4766CB;
}
</style>
background-color css
<style>
a { background-color: #4766CB; }
a { background-color: rgb(71,102,203); }
div.DivClassName
{
background-color: #4766CB;
}
.BgClassName
{
background-color: #4766CB;
}
</style>
border-color css
<style>
span { border-color: #4766CB; }
span { border-color: rgb(71,102,203); }
td.TdClassName
{
border-color: #4766CB;
}
.TagClassName
{
border-color: #4766CB;
}
</style>