Shades of Free Speech Blue #473ACF
Tints of Free Speech Blue #473ACF
RGB
CMYK
RGB Variations
Color information
#473ACF (or 0x473ACF) is known color: Free Speech Blue. HEX triplet: 47, 3A and CF. RGB value is (71,58,207). Sum of RGB (Red+Green+Blue) = 71+58+207=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #473ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ACF is #B8C530. Grayscale: #4E4E4E. Windows color (decimal): -12109105 or 13580871. OLE color: 13580871.
HSL color Cylindrical-coordinate representation of color #473ACF: hue angle of 245.23º degrees, saturation: 0.61, 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 #473ACF is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 58 | 207 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.19 |
| HSL | 245.23º | 0.61% | 0.52% | - |
| HSV(B) | 245.23º | 0.72% | 0.81% | - |
| XYZ | 15.37 | 8.87 | 59.93 | - |
| YUV | 78.87 | 200.31 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 207 | 0.66 | 0.72 | 0 | 0.19 | 245.23 | 0.61 | 0.52 |
| Hex | 47 | 3A | CF | 42 | 48 | 0 | 13 | F5 | 3D | 34 |
| Octal | 107 | 72 | 317 | 102 | 110 | 0 | 23 | 365 | 75 | 64 |
| Binary | 1000111 | 111010 | 11001111 | 1000010 | 1001000 | 0 | 10011 | 11110101 | 111101 | 110100 |
Color Harmonies of #473ACF
Complementary color
Monochromatic Colors of #473ACF
Black with #473ACF
Text Example
Text Example
White with #473ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473ACF; }
p { color: rgb(71,58,207); }
H1.HeaderClassName
{
color: #473ACF;
}
.AnyTagClassName
{
color: #473ACF;
}
</style>
background-color css
<style>
a { background-color: #473ACF; }
a { background-color: rgb(71,58,207); }
div.DivClassName
{
background-color: #473ACF;
}
.BgClassName
{
background-color: #473ACF;
}
</style>
border-color css
<style>
span { border-color: #473ACF; }
span { border-color: rgb(71,58,207); }
td.TdClassName
{
border-color: #473ACF;
}
.TagClassName
{
border-color: #473ACF;
}
</style>