Shades of Free Speech Blue #474ACE
Tints of Free Speech Blue #474ACE
RGB
CMYK
RGB Variations
Color information
#474ACE (or 0x474ACE) is known color: Free Speech Blue. HEX triplet: 47, 4A and CE. RGB value is (71,74,206). Sum of RGB (Red+Green+Blue) = 71+74+206=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #474ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474ACE is #B8B531. Grayscale: #575757. Windows color (decimal): -12105010 or 13519431. OLE color: 13519431.
HSL color Cylindrical-coordinate representation of color #474ACE: hue angle of 238.67º 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 #474ACE is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 74 | 206 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.19 |
| HSL | 238.67º | 0.58% | 0.54% | - |
| HSV(B) | 238.67º | 0.66% | 0.81% | - |
| XYZ | 16.19 | 10.69 | 59.6 | - |
| YUV | 88.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 206 | 0.66 | 0.64 | 0 | 0.19 | 238.67 | 0.58 | 0.54 |
| Hex | 47 | 4A | CE | 42 | 40 | 0 | 13 | EF | 3A | 36 |
| Octal | 107 | 112 | 316 | 102 | 100 | 0 | 23 | 357 | 72 | 66 |
| Binary | 1000111 | 1001010 | 11001110 | 1000010 | 1000000 | 0 | 10011 | 11101111 | 111010 | 110110 |
Color Harmonies of #474ACE
Complementary color
Monochromatic Colors of #474ACE
Black with #474ACE
Text Example
Text Example
White with #474ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474ACE; }
p { color: rgb(71,74,206); }
H1.HeaderClassName
{
color: #474ACE;
}
.AnyTagClassName
{
color: #474ACE;
}
</style>
background-color css
<style>
a { background-color: #474ACE; }
a { background-color: rgb(71,74,206); }
div.DivClassName
{
background-color: #474ACE;
}
.BgClassName
{
background-color: #474ACE;
}
</style>
border-color css
<style>
span { border-color: #474ACE; }
span { border-color: rgb(71,74,206); }
td.TdClassName
{
border-color: #474ACE;
}
.TagClassName
{
border-color: #474ACE;
}
</style>