Shades of Free Speech Blue #474EC1
Tints of Free Speech Blue #474EC1
RGB
CMYK
RGB Variations
Color information
#474EC1 (or 0x474EC1) is known color: Free Speech Blue. HEX triplet: 47, 4E and C1. RGB value is (71,78,193). Sum of RGB (Red+Green+Blue) = 71+78+193=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #474EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EC1 is #B8B13E. Grayscale: #585858. Windows color (decimal): -12103999 or 12668487. OLE color: 12668487.
HSL color Cylindrical-coordinate representation of color #474EC1: hue angle of 236.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #474EC1 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 78 | 193 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.24 |
| HSL | 236.56º | 0.5% | 0.52% | - |
| HSV(B) | 236.56º | 0.63% | 0.76% | - |
| XYZ | 14.95 | 10.64 | 51.72 | - |
| YUV | 89.02 | 186.68 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 193 | 0.63 | 0.60 | 0 | 0.24 | 236.56 | 0.5 | 0.52 |
| Hex | 47 | 4E | C1 | 3F | 3C | 0 | 18 | ED | 32 | 34 |
| Octal | 107 | 116 | 301 | 77 | 74 | 0 | 30 | 355 | 62 | 64 |
| Binary | 1000111 | 1001110 | 11000001 | 111111 | 111100 | 0 | 11000 | 11101101 | 110010 | 110100 |
Color Harmonies of #474EC1
Complementary color
Monochromatic Colors of #474EC1
Black with #474EC1
Text Example
Text Example
White with #474EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474EC1; }
p { color: rgb(71,78,193); }
H1.HeaderClassName
{
color: #474EC1;
}
.AnyTagClassName
{
color: #474EC1;
}
</style>
background-color css
<style>
a { background-color: #474EC1; }
a { background-color: rgb(71,78,193); }
div.DivClassName
{
background-color: #474EC1;
}
.BgClassName
{
background-color: #474EC1;
}
</style>
border-color css
<style>
span { border-color: #474EC1; }
span { border-color: rgb(71,78,193); }
td.TdClassName
{
border-color: #474EC1;
}
.TagClassName
{
border-color: #474EC1;
}
</style>