Shades of Free Speech Blue #474AD1
Tints of Free Speech Blue #474AD1
RGB
CMYK
RGB Variations
Color information
#474AD1 (or 0x474AD1) is known color: Free Speech Blue. HEX triplet: 47, 4A and D1. RGB value is (71,74,209). Sum of RGB (Red+Green+Blue) = 71+74+209=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #474AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474AD1 is #B8B52E. Grayscale: #575757. Windows color (decimal): -12105007 or 13716039. OLE color: 13716039.
HSL color Cylindrical-coordinate representation of color #474AD1: hue angle of 238.7º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474AD1 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 74 | 209 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.18 |
| HSL | 238.7º | 0.6% | 0.55% | - |
| HSV(B) | 238.7º | 0.66% | 0.82% | - |
| XYZ | 16.56 | 10.84 | 61.54 | - |
| YUV | 88.49 | 196.01 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 209 | 0.66 | 0.65 | 0 | 0.18 | 238.7 | 0.6 | 0.55 |
| Hex | 47 | 4A | D1 | 42 | 41 | 0 | 12 | EF | 3C | 37 |
| Octal | 107 | 112 | 321 | 102 | 101 | 0 | 22 | 357 | 74 | 67 |
| Binary | 1000111 | 1001010 | 11010001 | 1000010 | 1000001 | 0 | 10010 | 11101111 | 111100 | 110111 |
Color Harmonies of #474AD1
Complementary color
Monochromatic Colors of #474AD1
Black with #474AD1
Text Example
Text Example
White with #474AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474AD1; }
p { color: rgb(71,74,209); }
H1.HeaderClassName
{
color: #474AD1;
}
.AnyTagClassName
{
color: #474AD1;
}
</style>
background-color css
<style>
a { background-color: #474AD1; }
a { background-color: rgb(71,74,209); }
div.DivClassName
{
background-color: #474AD1;
}
.BgClassName
{
background-color: #474AD1;
}
</style>
border-color css
<style>
span { border-color: #474AD1; }
span { border-color: rgb(71,74,209); }
td.TdClassName
{
border-color: #474AD1;
}
.TagClassName
{
border-color: #474AD1;
}
</style>