Shades of Free Speech Blue #473ACB
Tints of Free Speech Blue #473ACB
RGB
CMYK
RGB Variations
Color information
#473ACB (or 0x473ACB) is known color: Free Speech Blue. HEX triplet: 47, 3A and CB. RGB value is (71,58,203). Sum of RGB (Red+Green+Blue) = 71+58+203=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #473ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ACB is #B8C534. Grayscale: #4D4D4D. Windows color (decimal): -12109109 or 13318727. OLE color: 13318727.
HSL color Cylindrical-coordinate representation of color #473ACB: hue angle of 245.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473ACB is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 58 | 203 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.20 |
| HSL | 245.38º | 0.58% | 0.51% | - |
| HSV(B) | 245.38º | 0.71% | 0.8% | - |
| XYZ | 14.89 | 8.68 | 57.39 | - |
| YUV | 78.42 | 198.31 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 203 | 0.65 | 0.71 | 0 | 0.20 | 245.38 | 0.58 | 0.51 |
| Hex | 47 | 3A | CB | 41 | 47 | 0 | 14 | F5 | 3A | 33 |
| Octal | 107 | 72 | 313 | 101 | 107 | 0 | 24 | 365 | 72 | 63 |
| Binary | 1000111 | 111010 | 11001011 | 1000001 | 1000111 | 0 | 10100 | 11110101 | 111010 | 110011 |
Color Harmonies of #473ACB
Complementary color
Monochromatic Colors of #473ACB
Black with #473ACB
Text Example
Text Example
White with #473ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473ACB; }
p { color: rgb(71,58,203); }
H1.HeaderClassName
{
color: #473ACB;
}
.AnyTagClassName
{
color: #473ACB;
}
</style>
background-color css
<style>
a { background-color: #473ACB; }
a { background-color: rgb(71,58,203); }
div.DivClassName
{
background-color: #473ACB;
}
.BgClassName
{
background-color: #473ACB;
}
</style>
border-color css
<style>
span { border-color: #473ACB; }
span { border-color: rgb(71,58,203); }
td.TdClassName
{
border-color: #473ACB;
}
.TagClassName
{
border-color: #473ACB;
}
</style>