Shades of Free Speech Blue #476DBD
Tints of Free Speech Blue #476DBD
RGB
CMYK
RGB Variations
Color information
#476DBD (or 0x476DBD) is known color: Free Speech Blue. HEX triplet: 47, 6D and BD. RGB value is (71,109,189). Sum of RGB (Red+Green+Blue) = 71+109+189=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #476DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DBD is #B89242. Grayscale: #6A6A6A. Windows color (decimal): -12096067 or 12414279. OLE color: 12414279.
HSL color Cylindrical-coordinate representation of color #476DBD: hue angle of 220.68º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476DBD is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 109 | 189 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.26 |
| HSL | 220.68º | 0.47% | 0.51% | - |
| HSV(B) | 220.68º | 0.62% | 0.74% | - |
| XYZ | 17.25 | 15.95 | 50.31 | - |
| YUV | 106.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 189 | 0.62 | 0.42 | 0 | 0.26 | 220.68 | 0.47 | 0.51 |
| Hex | 47 | 6D | BD | 3E | 2A | 0 | 1A | DD | 2F | 33 |
| Octal | 107 | 155 | 275 | 76 | 52 | 0 | 32 | 335 | 57 | 63 |
| Binary | 1000111 | 1101101 | 10111101 | 111110 | 101010 | 0 | 11010 | 11011101 | 101111 | 110011 |
Color Harmonies of #476DBD
Complementary color
Monochromatic Colors of #476DBD
Black with #476DBD
Text Example
Text Example
White with #476DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DBD; }
p { color: rgb(71,109,189); }
H1.HeaderClassName
{
color: #476DBD;
}
.AnyTagClassName
{
color: #476DBD;
}
</style>
background-color css
<style>
a { background-color: #476DBD; }
a { background-color: rgb(71,109,189); }
div.DivClassName
{
background-color: #476DBD;
}
.BgClassName
{
background-color: #476DBD;
}
</style>
border-color css
<style>
span { border-color: #476DBD; }
span { border-color: rgb(71,109,189); }
td.TdClassName
{
border-color: #476DBD;
}
.TagClassName
{
border-color: #476DBD;
}
</style>