Shades of Free Speech Blue #4753CB
Tints of Free Speech Blue #4753CB
RGB
CMYK
RGB Variations
Color information
#4753CB (or 0x4753CB) is known color: Free Speech Blue. HEX triplet: 47, 53 and CB. RGB value is (71,83,203). Sum of RGB (Red+Green+Blue) = 71+83+203=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #4753CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4753CB is #B8AC34. Grayscale: #5C5C5C. Windows color (decimal): -12102709 or 13325127. OLE color: 13325127.
HSL color Cylindrical-coordinate representation of color #4753CB: hue angle of 234.55º 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 #4753CB is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 83 | 203 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.20 |
| HSL | 234.55º | 0.56% | 0.54% | - |
| HSV(B) | 234.55º | 0.65% | 0.8% | - |
| XYZ | 16.47 | 11.84 | 57.92 | - |
| YUV | 93.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 203 | 0.65 | 0.59 | 0 | 0.20 | 234.55 | 0.56 | 0.54 |
| Hex | 47 | 53 | CB | 41 | 3B | 0 | 14 | EB | 38 | 36 |
| Octal | 107 | 123 | 313 | 101 | 73 | 0 | 24 | 353 | 70 | 66 |
| Binary | 1000111 | 1010011 | 11001011 | 1000001 | 111011 | 0 | 10100 | 11101011 | 111000 | 110110 |
Color Harmonies of #4753CB
Complementary color
Monochromatic Colors of #4753CB
Black with #4753CB
Text Example
Text Example
White with #4753CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4753CB; }
p { color: rgb(71,83,203); }
H1.HeaderClassName
{
color: #4753CB;
}
.AnyTagClassName
{
color: #4753CB;
}
</style>
background-color css
<style>
a { background-color: #4753CB; }
a { background-color: rgb(71,83,203); }
div.DivClassName
{
background-color: #4753CB;
}
.BgClassName
{
background-color: #4753CB;
}
</style>
border-color css
<style>
span { border-color: #4753CB; }
span { border-color: rgb(71,83,203); }
td.TdClassName
{
border-color: #4753CB;
}
.TagClassName
{
border-color: #4753CB;
}
</style>