Shades of Free Speech Blue #4752D1
Tints of Free Speech Blue #4752D1
RGB
CMYK
RGB Variations
Color information
#4752D1 (or 0x4752D1) is known color: Free Speech Blue. HEX triplet: 47, 52 and D1. RGB value is (71,82,209). Sum of RGB (Red+Green+Blue) = 71+82+209=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #4752D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752D1 is #B8AD2E. Grayscale: #5C5C5C. Windows color (decimal): -12102959 or 13718087. OLE color: 13718087.
HSL color Cylindrical-coordinate representation of color #4752D1: hue angle of 235.22º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4752D1 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 82 | 209 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.18 |
| HSL | 235.22º | 0.6% | 0.55% | - |
| HSV(B) | 235.22º | 0.66% | 0.82% | - |
| XYZ | 17.12 | 11.98 | 61.73 | - |
| YUV | 93.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 209 | 0.66 | 0.61 | 0 | 0.18 | 235.22 | 0.6 | 0.55 |
| Hex | 47 | 52 | D1 | 42 | 3D | 0 | 12 | EB | 3C | 37 |
| Octal | 107 | 122 | 321 | 102 | 75 | 0 | 22 | 353 | 74 | 67 |
| Binary | 1000111 | 1010010 | 11010001 | 1000010 | 111101 | 0 | 10010 | 11101011 | 111100 | 110111 |
Color Harmonies of #4752D1
Complementary color
Monochromatic Colors of #4752D1
Black with #4752D1
Text Example
Text Example
White with #4752D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752D1; }
p { color: rgb(71,82,209); }
H1.HeaderClassName
{
color: #4752D1;
}
.AnyTagClassName
{
color: #4752D1;
}
</style>
background-color css
<style>
a { background-color: #4752D1; }
a { background-color: rgb(71,82,209); }
div.DivClassName
{
background-color: #4752D1;
}
.BgClassName
{
background-color: #4752D1;
}
</style>
border-color css
<style>
span { border-color: #4752D1; }
span { border-color: rgb(71,82,209); }
td.TdClassName
{
border-color: #4752D1;
}
.TagClassName
{
border-color: #4752D1;
}
</style>