Shades of Free Speech Blue #473ACE
Tints of Free Speech Blue #473ACE
RGB
CMYK
RGB Variations
Color information
#473ACE (or 0x473ACE) is known color: Free Speech Blue. HEX triplet: 47, 3A and CE. RGB value is (71,58,206). Sum of RGB (Red+Green+Blue) = 71+58+206=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #473ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ACE is #B8C531. Grayscale: #4E4E4E. Windows color (decimal): -12109106 or 13515335. OLE color: 13515335.
HSL color Cylindrical-coordinate representation of color #473ACE: hue angle of 245.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #473ACE is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 58 | 206 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.19 |
| HSL | 245.27º | 0.6% | 0.52% | - |
| HSV(B) | 245.27º | 0.72% | 0.81% | - |
| XYZ | 15.25 | 8.82 | 59.29 | - |
| YUV | 78.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 206 | 0.66 | 0.72 | 0 | 0.19 | 245.27 | 0.6 | 0.52 |
| Hex | 47 | 3A | CE | 42 | 48 | 0 | 13 | F5 | 3C | 34 |
| Octal | 107 | 72 | 316 | 102 | 110 | 0 | 23 | 365 | 74 | 64 |
| Binary | 1000111 | 111010 | 11001110 | 1000010 | 1001000 | 0 | 10011 | 11110101 | 111100 | 110100 |
Color Harmonies of #473ACE
Complementary color
Monochromatic Colors of #473ACE
Black with #473ACE
Text Example
Text Example
White with #473ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473ACE; }
p { color: rgb(71,58,206); }
H1.HeaderClassName
{
color: #473ACE;
}
.AnyTagClassName
{
color: #473ACE;
}
</style>
background-color css
<style>
a { background-color: #473ACE; }
a { background-color: rgb(71,58,206); }
div.DivClassName
{
background-color: #473ACE;
}
.BgClassName
{
background-color: #473ACE;
}
</style>
border-color css
<style>
span { border-color: #473ACE; }
span { border-color: rgb(71,58,206); }
td.TdClassName
{
border-color: #473ACE;
}
.TagClassName
{
border-color: #473ACE;
}
</style>