Shades of Free Speech Blue #473CCF
Tints of Free Speech Blue #473CCF
RGB
CMYK
RGB Variations
Color information
#473CCF (or 0x473CCF) is known color: Free Speech Blue. HEX triplet: 47, 3C and CF. RGB value is (71,60,207). Sum of RGB (Red+Green+Blue) = 71+60+207=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #473CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CCF is #B8C330. Grayscale: #4F4F4F. Windows color (decimal): -12108593 or 13581383. OLE color: 13581383.
HSL color Cylindrical-coordinate representation of color #473CCF: hue angle of 244.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473CCF is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 60 | 207 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.19 |
| HSL | 244.49º | 0.6% | 0.52% | - |
| HSV(B) | 244.49º | 0.71% | 0.81% | - |
| XYZ | 15.48 | 9.08 | 59.97 | - |
| YUV | 80.05 | 199.64 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 207 | 0.66 | 0.71 | 0 | 0.19 | 244.49 | 0.6 | 0.52 |
| Hex | 47 | 3C | CF | 42 | 47 | 0 | 13 | F4 | 3C | 34 |
| Octal | 107 | 74 | 317 | 102 | 107 | 0 | 23 | 364 | 74 | 64 |
| Binary | 1000111 | 111100 | 11001111 | 1000010 | 1000111 | 0 | 10011 | 11110100 | 111100 | 110100 |
Color Harmonies of #473CCF
Complementary color
Monochromatic Colors of #473CCF
Black with #473CCF
Text Example
Text Example
White with #473CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473CCF; }
p { color: rgb(71,60,207); }
H1.HeaderClassName
{
color: #473CCF;
}
.AnyTagClassName
{
color: #473CCF;
}
</style>
background-color css
<style>
a { background-color: #473CCF; }
a { background-color: rgb(71,60,207); }
div.DivClassName
{
background-color: #473CCF;
}
.BgClassName
{
background-color: #473CCF;
}
</style>
border-color css
<style>
span { border-color: #473CCF; }
span { border-color: rgb(71,60,207); }
td.TdClassName
{
border-color: #473CCF;
}
.TagClassName
{
border-color: #473CCF;
}
</style>