Shades of Free Speech Blue #473FBD
Tints of Free Speech Blue #473FBD
RGB
CMYK
RGB Variations
Color information
#473FBD (or 0x473FBD) is known color: Free Speech Blue. HEX triplet: 47, 3F and BD. RGB value is (71,63,189). Sum of RGB (Red+Green+Blue) = 71+63+189=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #473FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FBD is #B8C042. Grayscale: #4F4F4F. Windows color (decimal): -12107843 or 12402503. OLE color: 12402503.
HSL color Cylindrical-coordinate representation of color #473FBD: hue angle of 243.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473FBD is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 63 | 189 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.26 |
| HSL | 243.81º | 0.5% | 0.49% | - |
| HSV(B) | 243.81º | 0.67% | 0.74% | - |
| XYZ | 13.56 | 8.57 | 49.08 | - |
| YUV | 79.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 189 | 0.62 | 0.67 | 0 | 0.26 | 243.81 | 0.5 | 0.49 |
| Hex | 47 | 3F | BD | 3E | 43 | 0 | 1A | F4 | 32 | 31 |
| Octal | 107 | 77 | 275 | 76 | 103 | 0 | 32 | 364 | 62 | 61 |
| Binary | 1000111 | 111111 | 10111101 | 111110 | 1000011 | 0 | 11010 | 11110100 | 110010 | 110001 |
Color Harmonies of #473FBD
Complementary color
Monochromatic Colors of #473FBD
Black with #473FBD
Text Example
Text Example
White with #473FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FBD; }
p { color: rgb(71,63,189); }
H1.HeaderClassName
{
color: #473FBD;
}
.AnyTagClassName
{
color: #473FBD;
}
</style>
background-color css
<style>
a { background-color: #473FBD; }
a { background-color: rgb(71,63,189); }
div.DivClassName
{
background-color: #473FBD;
}
.BgClassName
{
background-color: #473FBD;
}
</style>
border-color css
<style>
span { border-color: #473FBD; }
span { border-color: rgb(71,63,189); }
td.TdClassName
{
border-color: #473FBD;
}
.TagClassName
{
border-color: #473FBD;
}
</style>