Shades of Free Speech Blue #473CC0
Tints of Free Speech Blue #473CC0
RGB
CMYK
RGB Variations
Color information
#473CC0 (or 0x473CC0) is known color: Free Speech Blue. HEX triplet: 47, 3C and C0. RGB value is (71,60,192). Sum of RGB (Red+Green+Blue) = 71+60+192=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #473CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CC0 is #B8C33F. Grayscale: #4D4D4D. Windows color (decimal): -12108608 or 12598343. OLE color: 12598343.
HSL color Cylindrical-coordinate representation of color #473CC0: hue angle of 245º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #473CC0 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 60 | 192 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.25 |
| HSL | 245º | 0.52% | 0.49% | - |
| HSV(B) | 245º | 0.69% | 0.75% | - |
| XYZ | 13.73 | 8.38 | 50.76 | - |
| YUV | 78.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 192 | 0.63 | 0.69 | 0 | 0.25 | 245 | 0.52 | 0.49 |
| Hex | 47 | 3C | C0 | 3F | 45 | 0 | 19 | F5 | 34 | 31 |
| Octal | 107 | 74 | 300 | 77 | 105 | 0 | 31 | 365 | 64 | 61 |
| Binary | 1000111 | 111100 | 11000000 | 111111 | 1000101 | 0 | 11001 | 11110101 | 110100 | 110001 |
Color Harmonies of #473CC0
Complementary color
Monochromatic Colors of #473CC0
Black with #473CC0
Text Example
Text Example
White with #473CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473CC0; }
p { color: rgb(71,60,192); }
H1.HeaderClassName
{
color: #473CC0;
}
.AnyTagClassName
{
color: #473CC0;
}
</style>
background-color css
<style>
a { background-color: #473CC0; }
a { background-color: rgb(71,60,192); }
div.DivClassName
{
background-color: #473CC0;
}
.BgClassName
{
background-color: #473CC0;
}
</style>
border-color css
<style>
span { border-color: #473CC0; }
span { border-color: rgb(71,60,192); }
td.TdClassName
{
border-color: #473CC0;
}
.TagClassName
{
border-color: #473CC0;
}
</style>