Shades of Free Speech Blue #4764CC
Tints of Free Speech Blue #4764CC
RGB
CMYK
RGB Variations
Color information
#4764CC (or 0x4764CC) is known color: Free Speech Blue. HEX triplet: 47, 64 and CC. RGB value is (71,100,204). Sum of RGB (Red+Green+Blue) = 71+100+204=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #4764CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764CC is #B89B33. Grayscale: #666666. Windows color (decimal): -12098356 or 13395015. OLE color: 13395015.
HSL color Cylindrical-coordinate representation of color #4764CC: hue angle of 226.92º degrees, saturation: 0.57, 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 #4764CC is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 100 | 204 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.2 |
| HSL | 226.92º | 0.57% | 0.54% | - |
| HSV(B) | 226.92º | 0.65% | 0.8% | - |
| XYZ | 18.05 | 14.81 | 59.03 | - |
| YUV | 103.19 | 184.89 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 204 | 0.65 | 0.51 | 0 | 0.2 | 226.92 | 0.57 | 0.54 |
| Hex | 47 | 64 | CC | 41 | 33 | 0 | 14 | E3 | 39 | 36 |
| Octal | 107 | 144 | 314 | 101 | 63 | 0 | 24 | 343 | 71 | 66 |
| Binary | 1000111 | 1100100 | 11001100 | 1000001 | 110011 | 0 | 10100 | 11100011 | 111001 | 110110 |
Color Harmonies of #4764CC
Complementary color
Monochromatic Colors of #4764CC
Black with #4764CC
Text Example
Text Example
White with #4764CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4764CC; }
p { color: rgb(71,100,204); }
H1.HeaderClassName
{
color: #4764CC;
}
.AnyTagClassName
{
color: #4764CC;
}
</style>
background-color css
<style>
a { background-color: #4764CC; }
a { background-color: rgb(71,100,204); }
div.DivClassName
{
background-color: #4764CC;
}
.BgClassName
{
background-color: #4764CC;
}
</style>
border-color css
<style>
span { border-color: #4764CC; }
span { border-color: rgb(71,100,204); }
td.TdClassName
{
border-color: #4764CC;
}
.TagClassName
{
border-color: #4764CC;
}
</style>