Shades of Free Speech Blue #473FDA
Tints of Free Speech Blue #473FDA
RGB
CMYK
RGB Variations
Color information
#473FDA (or 0x473FDA) is known color: Free Speech Blue. HEX triplet: 47, 3F and DA. RGB value is (71,63,218). Sum of RGB (Red+Green+Blue) = 71+63+218=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #473FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FDA is #B8C025. Grayscale: #525252. Windows color (decimal): -12107814 or 14303047. OLE color: 14303047.
HSL color Cylindrical-coordinate representation of color #473FDA: hue angle of 243.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473FDA is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 63 | 218 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.15 |
| HSL | 243.1º | 0.68% | 0.55% | - |
| HSV(B) | 243.1º | 0.71% | 0.85% | - |
| XYZ | 17.03 | 9.96 | 67.35 | - |
| YUV | 83.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 218 | 0.67 | 0.71 | 0 | 0.15 | 243.1 | 0.68 | 0.55 |
| Hex | 47 | 3F | DA | 43 | 47 | 0 | F | F3 | 44 | 37 |
| Octal | 107 | 77 | 332 | 103 | 107 | 0 | 17 | 363 | 104 | 67 |
| Binary | 1000111 | 111111 | 11011010 | 1000011 | 1000111 | 0 | 1111 | 11110011 | 1000100 | 110111 |
Color Harmonies of #473FDA
Complementary color
Monochromatic Colors of #473FDA
Black with #473FDA
Text Example
Text Example
White with #473FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FDA; }
p { color: rgb(71,63,218); }
H1.HeaderClassName
{
color: #473FDA;
}
.AnyTagClassName
{
color: #473FDA;
}
</style>
background-color css
<style>
a { background-color: #473FDA; }
a { background-color: rgb(71,63,218); }
div.DivClassName
{
background-color: #473FDA;
}
.BgClassName
{
background-color: #473FDA;
}
</style>
border-color css
<style>
span { border-color: #473FDA; }
span { border-color: rgb(71,63,218); }
td.TdClassName
{
border-color: #473FDA;
}
.TagClassName
{
border-color: #473FDA;
}
</style>