Shades of Free Speech Blue #474BD4
Tints of Free Speech Blue #474BD4
RGB
CMYK
RGB Variations
Color information
#474BD4 (or 0x474BD4) is known color: Free Speech Blue. HEX triplet: 47, 4B and D4. RGB value is (71,75,212). Sum of RGB (Red+Green+Blue) = 71+75+212=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 212 (83.20% from 255 or 59.22% from 358); Max value from RGB is 212 - color contains mainly: blue. Hex color #474BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BD4 is #B8B42B. Grayscale: #585858. Windows color (decimal): -12104748 or 13912903. OLE color: 13912903.
HSL color Cylindrical-coordinate representation of color #474BD4: hue angle of 238.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474BD4 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 75 | 212 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.17 |
| HSL | 238.3º | 0.62% | 0.55% | - |
| HSV(B) | 238.3º | 0.67% | 0.83% | - |
| XYZ | 17 | 11.13 | 63.54 | - |
| YUV | 89.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 212 | 0.67 | 0.65 | 0 | 0.17 | 238.3 | 0.62 | 0.55 |
| Hex | 47 | 4B | D4 | 43 | 41 | 0 | 11 | EE | 3E | 37 |
| Octal | 107 | 113 | 324 | 103 | 101 | 0 | 21 | 356 | 76 | 67 |
| Binary | 1000111 | 1001011 | 11010100 | 1000011 | 1000001 | 0 | 10001 | 11101110 | 111110 | 110111 |
Color Harmonies of #474BD4
Complementary color
Monochromatic Colors of #474BD4
Black with #474BD4
Text Example
Text Example
White with #474BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BD4; }
p { color: rgb(71,75,212); }
H1.HeaderClassName
{
color: #474BD4;
}
.AnyTagClassName
{
color: #474BD4;
}
</style>
background-color css
<style>
a { background-color: #474BD4; }
a { background-color: rgb(71,75,212); }
div.DivClassName
{
background-color: #474BD4;
}
.BgClassName
{
background-color: #474BD4;
}
</style>
border-color css
<style>
span { border-color: #474BD4; }
span { border-color: rgb(71,75,212); }
td.TdClassName
{
border-color: #474BD4;
}
.TagClassName
{
border-color: #474BD4;
}
</style>