Shades of Free Speech Blue #4740CC
Tints of Free Speech Blue #4740CC
RGB
CMYK
RGB Variations
Color information
#4740CC (or 0x4740CC) is known color: Free Speech Blue. HEX triplet: 47, 40 and CC. RGB value is (71,64,204). Sum of RGB (Red+Green+Blue) = 71+64+204=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #4740CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4740CC is #B8BF33. Grayscale: #515151. Windows color (decimal): -12107572 or 13385799. OLE color: 13385799.
HSL color Cylindrical-coordinate representation of color #4740CC: hue angle of 243º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4740CC is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 64 | 204 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.2 |
| HSL | 243º | 0.58% | 0.53% | - |
| HSV(B) | 243º | 0.69% | 0.8% | - |
| XYZ | 15.33 | 9.37 | 58.13 | - |
| YUV | 82.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 204 | 0.65 | 0.69 | 0 | 0.2 | 243 | 0.58 | 0.53 |
| Hex | 47 | 40 | CC | 41 | 45 | 0 | 14 | F3 | 3A | 35 |
| Octal | 107 | 100 | 314 | 101 | 105 | 0 | 24 | 363 | 72 | 65 |
| Binary | 1000111 | 1000000 | 11001100 | 1000001 | 1000101 | 0 | 10100 | 11110011 | 111010 | 110101 |
Color Harmonies of #4740CC
Complementary color
Monochromatic Colors of #4740CC
Black with #4740CC
Text Example
Text Example
White with #4740CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4740CC; }
p { color: rgb(71,64,204); }
H1.HeaderClassName
{
color: #4740CC;
}
.AnyTagClassName
{
color: #4740CC;
}
</style>
background-color css
<style>
a { background-color: #4740CC; }
a { background-color: rgb(71,64,204); }
div.DivClassName
{
background-color: #4740CC;
}
.BgClassName
{
background-color: #4740CC;
}
</style>
border-color css
<style>
span { border-color: #4740CC; }
span { border-color: rgb(71,64,204); }
td.TdClassName
{
border-color: #4740CC;
}
.TagClassName
{
border-color: #4740CC;
}
</style>