Shades of Free Speech Blue #4752CB
Tints of Free Speech Blue #4752CB
RGB
CMYK
RGB Variations
Color information
#4752CB (or 0x4752CB) is known color: Free Speech Blue. HEX triplet: 47, 52 and CB. RGB value is (71,82,203). Sum of RGB (Red+Green+Blue) = 71+82+203=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #4752CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752CB is #B8AD34. Grayscale: #5C5C5C. Windows color (decimal): -12102965 or 13324871. OLE color: 13324871.
HSL color Cylindrical-coordinate representation of color #4752CB: hue angle of 235º degrees, saturation: 0.56, 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 #4752CB is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 82 | 203 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.20 |
| HSL | 235º | 0.56% | 0.54% | - |
| HSV(B) | 235º | 0.65% | 0.8% | - |
| XYZ | 16.4 | 11.69 | 57.89 | - |
| YUV | 92.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 203 | 0.65 | 0.60 | 0 | 0.20 | 235 | 0.56 | 0.54 |
| Hex | 47 | 52 | CB | 41 | 3C | 0 | 14 | EB | 38 | 36 |
| Octal | 107 | 122 | 313 | 101 | 74 | 0 | 24 | 353 | 70 | 66 |
| Binary | 1000111 | 1010010 | 11001011 | 1000001 | 111100 | 0 | 10100 | 11101011 | 111000 | 110110 |
Color Harmonies of #4752CB
Complementary color
Monochromatic Colors of #4752CB
Black with #4752CB
Text Example
Text Example
White with #4752CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752CB; }
p { color: rgb(71,82,203); }
H1.HeaderClassName
{
color: #4752CB;
}
.AnyTagClassName
{
color: #4752CB;
}
</style>
background-color css
<style>
a { background-color: #4752CB; }
a { background-color: rgb(71,82,203); }
div.DivClassName
{
background-color: #4752CB;
}
.BgClassName
{
background-color: #4752CB;
}
</style>
border-color css
<style>
span { border-color: #4752CB; }
span { border-color: rgb(71,82,203); }
td.TdClassName
{
border-color: #4752CB;
}
.TagClassName
{
border-color: #4752CB;
}
</style>