Shades of Free Speech Blue #4752CC
Tints of Free Speech Blue #4752CC
RGB
CMYK
RGB Variations
Color information
#4752CC (or 0x4752CC) is known color: Free Speech Blue. HEX triplet: 47, 52 and CC. RGB value is (71,82,204). Sum of RGB (Red+Green+Blue) = 71+82+204=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #4752CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752CC is #B8AD33. Grayscale: #5C5C5C. Windows color (decimal): -12102964 or 13390407. OLE color: 13390407.
HSL color Cylindrical-coordinate representation of color #4752CC: hue angle of 235.04º 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 #4752CC is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 82 | 204 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.2 |
| HSL | 235.04º | 0.57% | 0.54% | - |
| HSV(B) | 235.04º | 0.65% | 0.8% | - |
| XYZ | 16.51 | 11.73 | 58.52 | - |
| YUV | 92.62 | 190.86 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 204 | 0.65 | 0.60 | 0 | 0.2 | 235.04 | 0.57 | 0.54 |
| Hex | 47 | 52 | CC | 41 | 3C | 0 | 14 | EB | 39 | 36 |
| Octal | 107 | 122 | 314 | 101 | 74 | 0 | 24 | 353 | 71 | 66 |
| Binary | 1000111 | 1010010 | 11001100 | 1000001 | 111100 | 0 | 10100 | 11101011 | 111001 | 110110 |
Color Harmonies of #4752CC
Complementary color
Monochromatic Colors of #4752CC
Black with #4752CC
Text Example
Text Example
White with #4752CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752CC; }
p { color: rgb(71,82,204); }
H1.HeaderClassName
{
color: #4752CC;
}
.AnyTagClassName
{
color: #4752CC;
}
</style>
background-color css
<style>
a { background-color: #4752CC; }
a { background-color: rgb(71,82,204); }
div.DivClassName
{
background-color: #4752CC;
}
.BgClassName
{
background-color: #4752CC;
}
</style>
border-color css
<style>
span { border-color: #4752CC; }
span { border-color: rgb(71,82,204); }
td.TdClassName
{
border-color: #4752CC;
}
.TagClassName
{
border-color: #4752CC;
}
</style>