Shades of Free Speech Blue #474FCE
Tints of Free Speech Blue #474FCE
RGB
CMYK
RGB Variations
Color information
#474FCE (or 0x474FCE) is known color: Free Speech Blue. HEX triplet: 47, 4F and CE. RGB value is (71,79,206). Sum of RGB (Red+Green+Blue) = 71+79+206=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #474FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FCE is #B8B031. Grayscale: #5A5A5A. Windows color (decimal): -12103730 or 13520711. OLE color: 13520711.
HSL color Cylindrical-coordinate representation of color #474FCE: hue angle of 236.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474FCE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 79 | 206 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.19 |
| HSL | 236.44º | 0.58% | 0.54% | - |
| HSV(B) | 236.44º | 0.66% | 0.81% | - |
| XYZ | 16.54 | 11.39 | 59.72 | - |
| YUV | 91.09 | 192.85 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 206 | 0.66 | 0.62 | 0 | 0.19 | 236.44 | 0.58 | 0.54 |
| Hex | 47 | 4F | CE | 42 | 3E | 0 | 13 | EC | 3A | 36 |
| Octal | 107 | 117 | 316 | 102 | 76 | 0 | 23 | 354 | 72 | 66 |
| Binary | 1000111 | 1001111 | 11001110 | 1000010 | 111110 | 0 | 10011 | 11101100 | 111010 | 110110 |
Color Harmonies of #474FCE
Complementary color
Monochromatic Colors of #474FCE
Black with #474FCE
Text Example
Text Example
White with #474FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474FCE; }
p { color: rgb(71,79,206); }
H1.HeaderClassName
{
color: #474FCE;
}
.AnyTagClassName
{
color: #474FCE;
}
</style>
background-color css
<style>
a { background-color: #474FCE; }
a { background-color: rgb(71,79,206); }
div.DivClassName
{
background-color: #474FCE;
}
.BgClassName
{
background-color: #474FCE;
}
</style>
border-color css
<style>
span { border-color: #474FCE; }
span { border-color: rgb(71,79,206); }
td.TdClassName
{
border-color: #474FCE;
}
.TagClassName
{
border-color: #474FCE;
}
</style>