Shades of Free Speech Blue #473CCC
Tints of Free Speech Blue #473CCC
RGB
CMYK
RGB Variations
Color information
#473CCC (or 0x473CCC) is known color: Free Speech Blue. HEX triplet: 47, 3C and CC. RGB value is (71,60,204). Sum of RGB (Red+Green+Blue) = 71+60+204=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #473CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CCC is #B8C333. Grayscale: #4F4F4F. Windows color (decimal): -12108596 or 13384775. OLE color: 13384775.
HSL color Cylindrical-coordinate representation of color #473CCC: hue angle of 244.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473CCC is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 60 | 204 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.2 |
| HSL | 244.58º | 0.59% | 0.52% | - |
| HSV(B) | 244.58º | 0.71% | 0.8% | - |
| XYZ | 15.11 | 8.93 | 58.05 | - |
| YUV | 79.71 | 198.14 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 204 | 0.65 | 0.71 | 0 | 0.2 | 244.58 | 0.59 | 0.52 |
| Hex | 47 | 3C | CC | 41 | 47 | 0 | 14 | F5 | 3B | 34 |
| Octal | 107 | 74 | 314 | 101 | 107 | 0 | 24 | 365 | 73 | 64 |
| Binary | 1000111 | 111100 | 11001100 | 1000001 | 1000111 | 0 | 10100 | 11110101 | 111011 | 110100 |
Color Harmonies of #473CCC
Complementary color
Monochromatic Colors of #473CCC
Black with #473CCC
Text Example
Text Example
White with #473CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473CCC; }
p { color: rgb(71,60,204); }
H1.HeaderClassName
{
color: #473CCC;
}
.AnyTagClassName
{
color: #473CCC;
}
</style>
background-color css
<style>
a { background-color: #473CCC; }
a { background-color: rgb(71,60,204); }
div.DivClassName
{
background-color: #473CCC;
}
.BgClassName
{
background-color: #473CCC;
}
</style>
border-color css
<style>
span { border-color: #473CCC; }
span { border-color: rgb(71,60,204); }
td.TdClassName
{
border-color: #473CCC;
}
.TagClassName
{
border-color: #473CCC;
}
</style>