Shades of Free Speech Blue #474CCE
Tints of Free Speech Blue #474CCE
RGB
CMYK
RGB Variations
Color information
#474CCE (or 0x474CCE) is known color: Free Speech Blue. HEX triplet: 47, 4C and CE. RGB value is (71,76,206). Sum of RGB (Red+Green+Blue) = 71+76+206=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #474CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CCE is #B8B331. Grayscale: #585858. Windows color (decimal): -12104498 or 13519943. OLE color: 13519943.
HSL color Cylindrical-coordinate representation of color #474CCE: hue angle of 237.78º 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 #474CCE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 76 | 206 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.19 |
| HSL | 237.78º | 0.58% | 0.54% | - |
| HSV(B) | 237.78º | 0.66% | 0.81% | - |
| XYZ | 16.32 | 10.96 | 59.65 | - |
| YUV | 89.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 206 | 0.66 | 0.63 | 0 | 0.19 | 237.78 | 0.58 | 0.54 |
| Hex | 47 | 4C | CE | 42 | 3F | 0 | 13 | EE | 3A | 36 |
| Octal | 107 | 114 | 316 | 102 | 77 | 0 | 23 | 356 | 72 | 66 |
| Binary | 1000111 | 1001100 | 11001110 | 1000010 | 111111 | 0 | 10011 | 11101110 | 111010 | 110110 |
Color Harmonies of #474CCE
Complementary color
Monochromatic Colors of #474CCE
Black with #474CCE
Text Example
Text Example
White with #474CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CCE; }
p { color: rgb(71,76,206); }
H1.HeaderClassName
{
color: #474CCE;
}
.AnyTagClassName
{
color: #474CCE;
}
</style>
background-color css
<style>
a { background-color: #474CCE; }
a { background-color: rgb(71,76,206); }
div.DivClassName
{
background-color: #474CCE;
}
.BgClassName
{
background-color: #474CCE;
}
</style>
border-color css
<style>
span { border-color: #474CCE; }
span { border-color: rgb(71,76,206); }
td.TdClassName
{
border-color: #474CCE;
}
.TagClassName
{
border-color: #474CCE;
}
</style>