Shades of Free Speech Blue #476DC5
Tints of Free Speech Blue #476DC5
RGB
CMYK
RGB Variations
Color information
#476DC5 (or 0x476DC5) is known color: Free Speech Blue. HEX triplet: 47, 6D and C5. RGB value is (71,109,197). Sum of RGB (Red+Green+Blue) = 71+109+197=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #476DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DC5 is #B8923A. Grayscale: #6B6B6B. Windows color (decimal): -12096059 or 12938567. OLE color: 12938567.
HSL color Cylindrical-coordinate representation of color #476DC5: hue angle of 221.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476DC5 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 109 | 197 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.23 |
| HSL | 221.9º | 0.52% | 0.53% | - |
| HSV(B) | 221.9º | 0.64% | 0.77% | - |
| XYZ | 18.15 | 16.31 | 55.01 | - |
| YUV | 107.67 | 178.41 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 197 | 0.64 | 0.45 | 0 | 0.23 | 221.9 | 0.52 | 0.53 |
| Hex | 47 | 6D | C5 | 40 | 2D | 0 | 17 | DE | 34 | 35 |
| Octal | 107 | 155 | 305 | 100 | 55 | 0 | 27 | 336 | 64 | 65 |
| Binary | 1000111 | 1101101 | 11000101 | 1000000 | 101101 | 0 | 10111 | 11011110 | 110100 | 110101 |
Color Harmonies of #476DC5
Complementary color
Monochromatic Colors of #476DC5
Black with #476DC5
Text Example
Text Example
White with #476DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DC5; }
p { color: rgb(71,109,197); }
H1.HeaderClassName
{
color: #476DC5;
}
.AnyTagClassName
{
color: #476DC5;
}
</style>
background-color css
<style>
a { background-color: #476DC5; }
a { background-color: rgb(71,109,197); }
div.DivClassName
{
background-color: #476DC5;
}
.BgClassName
{
background-color: #476DC5;
}
</style>
border-color css
<style>
span { border-color: #476DC5; }
span { border-color: rgb(71,109,197); }
td.TdClassName
{
border-color: #476DC5;
}
.TagClassName
{
border-color: #476DC5;
}
</style>