Shades of Free Speech Blue #4754CC
Tints of Free Speech Blue #4754CC
RGB
CMYK
RGB Variations
Color information
#4754CC (or 0x4754CC) is known color: Free Speech Blue. HEX triplet: 47, 54 and CC. RGB value is (71,84,204). Sum of RGB (Red+Green+Blue) = 71+84+204=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #4754CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4754CC is #B8AB33. Grayscale: #5D5D5D. Windows color (decimal): -12102452 or 13390919. OLE color: 13390919.
HSL color Cylindrical-coordinate representation of color #4754CC: hue angle of 234.14º 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 #4754CC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 84 | 204 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.2 |
| HSL | 234.14º | 0.57% | 0.54% | - |
| HSV(B) | 234.14º | 0.65% | 0.8% | - |
| XYZ | 16.67 | 12.04 | 58.57 | - |
| YUV | 93.79 | 190.19 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 204 | 0.65 | 0.59 | 0 | 0.2 | 234.14 | 0.57 | 0.54 |
| Hex | 47 | 54 | CC | 41 | 3B | 0 | 14 | EA | 39 | 36 |
| Octal | 107 | 124 | 314 | 101 | 73 | 0 | 24 | 352 | 71 | 66 |
| Binary | 1000111 | 1010100 | 11001100 | 1000001 | 111011 | 0 | 10100 | 11101010 | 111001 | 110110 |
Color Harmonies of #4754CC
Complementary color
Monochromatic Colors of #4754CC
Black with #4754CC
Text Example
Text Example
White with #4754CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4754CC; }
p { color: rgb(71,84,204); }
H1.HeaderClassName
{
color: #4754CC;
}
.AnyTagClassName
{
color: #4754CC;
}
</style>
background-color css
<style>
a { background-color: #4754CC; }
a { background-color: rgb(71,84,204); }
div.DivClassName
{
background-color: #4754CC;
}
.BgClassName
{
background-color: #4754CC;
}
</style>
border-color css
<style>
span { border-color: #4754CC; }
span { border-color: rgb(71,84,204); }
td.TdClassName
{
border-color: #4754CC;
}
.TagClassName
{
border-color: #4754CC;
}
</style>