Shades of Free Speech Blue #474DB8
Tints of Free Speech Blue #474DB8
RGB
CMYK
RGB Variations
Color information
#474DB8 (or 0x474DB8) is known color: Free Speech Blue. HEX triplet: 47, 4D and B8. RGB value is (71,77,184). Sum of RGB (Red+Green+Blue) = 71+77+184=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #474DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DB8 is #B8B247. Grayscale: #565656. Windows color (decimal): -12104264 or 12078407. OLE color: 12078407.
HSL color Cylindrical-coordinate representation of color #474DB8: hue angle of 236.81º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #474DB8 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 77 | 184 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.28 |
| HSL | 236.81º | 0.44% | 0.5% | - |
| HSV(B) | 236.81º | 0.61% | 0.72% | - |
| XYZ | 13.9 | 10.11 | 46.57 | - |
| YUV | 87.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 184 | 0.61 | 0.58 | 0 | 0.28 | 236.81 | 0.44 | 0.5 |
| Hex | 47 | 4D | B8 | 3D | 3A | 0 | 1C | ED | 2C | 32 |
| Octal | 107 | 115 | 270 | 75 | 72 | 0 | 34 | 355 | 54 | 62 |
| Binary | 1000111 | 1001101 | 10111000 | 111101 | 111010 | 0 | 11100 | 11101101 | 101100 | 110010 |
Color Harmonies of #474DB8
Complementary color
Monochromatic Colors of #474DB8
Black with #474DB8
Text Example
Text Example
White with #474DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DB8; }
p { color: rgb(71,77,184); }
H1.HeaderClassName
{
color: #474DB8;
}
.AnyTagClassName
{
color: #474DB8;
}
</style>
background-color css
<style>
a { background-color: #474DB8; }
a { background-color: rgb(71,77,184); }
div.DivClassName
{
background-color: #474DB8;
}
.BgClassName
{
background-color: #474DB8;
}
</style>
border-color css
<style>
span { border-color: #474DB8; }
span { border-color: rgb(71,77,184); }
td.TdClassName
{
border-color: #474DB8;
}
.TagClassName
{
border-color: #474DB8;
}
</style>