Shades of Free Speech Blue #4753CA
Tints of Free Speech Blue #4753CA
RGB
CMYK
RGB Variations
Color information
#4753CA (or 0x4753CA) is known color: Free Speech Blue. HEX triplet: 47, 53 and CA. RGB value is (71,83,202). Sum of RGB (Red+Green+Blue) = 71+83+202=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #4753CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4753CA is #B8AC35. Grayscale: #5C5C5C. Windows color (decimal): -12102710 or 13259591. OLE color: 13259591.
HSL color Cylindrical-coordinate representation of color #4753CA: hue angle of 234.5º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4753CA is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 83 | 202 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.21 |
| HSL | 234.5º | 0.55% | 0.54% | - |
| HSV(B) | 234.5º | 0.65% | 0.79% | - |
| XYZ | 16.35 | 11.79 | 57.29 | - |
| YUV | 92.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 202 | 0.65 | 0.59 | 0 | 0.21 | 234.5 | 0.55 | 0.54 |
| Hex | 47 | 53 | CA | 41 | 3B | 0 | 15 | EB | 37 | 36 |
| Octal | 107 | 123 | 312 | 101 | 73 | 0 | 25 | 353 | 67 | 66 |
| Binary | 1000111 | 1010011 | 11001010 | 1000001 | 111011 | 0 | 10101 | 11101011 | 110111 | 110110 |
Color Harmonies of #4753CA
Complementary color
Monochromatic Colors of #4753CA
Black with #4753CA
Text Example
Text Example
White with #4753CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4753CA; }
p { color: rgb(71,83,202); }
H1.HeaderClassName
{
color: #4753CA;
}
.AnyTagClassName
{
color: #4753CA;
}
</style>
background-color css
<style>
a { background-color: #4753CA; }
a { background-color: rgb(71,83,202); }
div.DivClassName
{
background-color: #4753CA;
}
.BgClassName
{
background-color: #4753CA;
}
</style>
border-color css
<style>
span { border-color: #4753CA; }
span { border-color: rgb(71,83,202); }
td.TdClassName
{
border-color: #4753CA;
}
.TagClassName
{
border-color: #4753CA;
}
</style>