Shades of Free Speech Blue #474EC3
Tints of Free Speech Blue #474EC3
RGB
CMYK
RGB Variations
Color information
#474EC3 (or 0x474EC3) is known color: Free Speech Blue. HEX triplet: 47, 4E and C3. RGB value is (71,78,195). Sum of RGB (Red+Green+Blue) = 71+78+195=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 195 (76.56% from 255 or 56.69% from 344); Max value from RGB is 195 - color contains mainly: blue. Hex color #474EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EC3 is #B8B13C. Grayscale: #585858. Windows color (decimal): -12103997 or 12799559. OLE color: 12799559.
HSL color Cylindrical-coordinate representation of color #474EC3: hue angle of 236.61º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #474EC3 is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 78 | 195 | - |
| CMYK | 0.64 | 0.6 | 0 | 0.24 |
| HSL | 236.61º | 0.51% | 0.52% | - |
| HSV(B) | 236.61º | 0.64% | 0.76% | - |
| XYZ | 15.17 | 10.73 | 52.9 | - |
| YUV | 89.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 195 | 0.64 | 0.6 | 0 | 0.24 | 236.61 | 0.51 | 0.52 |
| Hex | 47 | 4E | C3 | 40 | 3C | 0 | 18 | ED | 33 | 34 |
| Octal | 107 | 116 | 303 | 100 | 74 | 0 | 30 | 355 | 63 | 64 |
| Binary | 1000111 | 1001110 | 11000011 | 1000000 | 111100 | 0 | 11000 | 11101101 | 110011 | 110100 |
Color Harmonies of #474EC3
Complementary color
Monochromatic Colors of #474EC3
Black with #474EC3
Text Example
Text Example
White with #474EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474EC3; }
p { color: rgb(71,78,195); }
H1.HeaderClassName
{
color: #474EC3;
}
.AnyTagClassName
{
color: #474EC3;
}
</style>
background-color css
<style>
a { background-color: #474EC3; }
a { background-color: rgb(71,78,195); }
div.DivClassName
{
background-color: #474EC3;
}
.BgClassName
{
background-color: #474EC3;
}
</style>
border-color css
<style>
span { border-color: #474EC3; }
span { border-color: rgb(71,78,195); }
td.TdClassName
{
border-color: #474EC3;
}
.TagClassName
{
border-color: #474EC3;
}
</style>