Shades of Free Speech Blue #473BDA
Tints of Free Speech Blue #473BDA
RGB
CMYK
RGB Variations
Color information
#473BDA (or 0x473BDA) is known color: Free Speech Blue. HEX triplet: 47, 3B and DA. RGB value is (71,59,218). Sum of RGB (Red+Green+Blue) = 71+59+218=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #473BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BDA is #B8C425. Grayscale: #505050. Windows color (decimal): -12108838 or 14302023. OLE color: 14302023.
HSL color Cylindrical-coordinate representation of color #473BDA: hue angle of 244.53º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473BDA is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 59 | 218 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.15 |
| HSL | 244.53º | 0.68% | 0.54% | - |
| HSV(B) | 244.53º | 0.73% | 0.85% | - |
| XYZ | 16.82 | 9.53 | 67.28 | - |
| YUV | 80.71 | 205.48 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 218 | 0.67 | 0.73 | 0 | 0.15 | 244.53 | 0.68 | 0.54 |
| Hex | 47 | 3B | DA | 43 | 49 | 0 | F | F5 | 44 | 36 |
| Octal | 107 | 73 | 332 | 103 | 111 | 0 | 17 | 365 | 104 | 66 |
| Binary | 1000111 | 111011 | 11011010 | 1000011 | 1001001 | 0 | 1111 | 11110101 | 1000100 | 110110 |
Color Harmonies of #473BDA
Complementary color
Monochromatic Colors of #473BDA
Black with #473BDA
Text Example
Text Example
White with #473BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BDA; }
p { color: rgb(71,59,218); }
H1.HeaderClassName
{
color: #473BDA;
}
.AnyTagClassName
{
color: #473BDA;
}
</style>
background-color css
<style>
a { background-color: #473BDA; }
a { background-color: rgb(71,59,218); }
div.DivClassName
{
background-color: #473BDA;
}
.BgClassName
{
background-color: #473BDA;
}
</style>
border-color css
<style>
span { border-color: #473BDA; }
span { border-color: rgb(71,59,218); }
td.TdClassName
{
border-color: #473BDA;
}
.TagClassName
{
border-color: #473BDA;
}
</style>