Shades of Free Speech Blue #4752CE
Tints of Free Speech Blue #4752CE
RGB
CMYK
RGB Variations
Color information
#4752CE (or 0x4752CE) is known color: Free Speech Blue. HEX triplet: 47, 52 and CE. RGB value is (71,82,206). Sum of RGB (Red+Green+Blue) = 71+82+206=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #4752CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752CE is #B8AD31. Grayscale: #5C5C5C. Windows color (decimal): -12102962 or 13521479. OLE color: 13521479.
HSL color Cylindrical-coordinate representation of color #4752CE: hue angle of 235.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4752CE is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 82 | 206 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.19 |
| HSL | 235.11º | 0.58% | 0.54% | - |
| HSV(B) | 235.11º | 0.66% | 0.81% | - |
| XYZ | 16.76 | 11.83 | 59.79 | - |
| YUV | 92.85 | 191.86 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 206 | 0.66 | 0.60 | 0 | 0.19 | 235.11 | 0.58 | 0.54 |
| Hex | 47 | 52 | CE | 42 | 3C | 0 | 13 | EB | 3A | 36 |
| Octal | 107 | 122 | 316 | 102 | 74 | 0 | 23 | 353 | 72 | 66 |
| Binary | 1000111 | 1010010 | 11001110 | 1000010 | 111100 | 0 | 10011 | 11101011 | 111010 | 110110 |
Color Harmonies of #4752CE
Complementary color
Monochromatic Colors of #4752CE
Black with #4752CE
Text Example
Text Example
White with #4752CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752CE; }
p { color: rgb(71,82,206); }
H1.HeaderClassName
{
color: #4752CE;
}
.AnyTagClassName
{
color: #4752CE;
}
</style>
background-color css
<style>
a { background-color: #4752CE; }
a { background-color: rgb(71,82,206); }
div.DivClassName
{
background-color: #4752CE;
}
.BgClassName
{
background-color: #4752CE;
}
</style>
border-color css
<style>
span { border-color: #4752CE; }
span { border-color: rgb(71,82,206); }
td.TdClassName
{
border-color: #4752CE;
}
.TagClassName
{
border-color: #4752CE;
}
</style>