Shades of Free Speech Blue #474BDA
Tints of Free Speech Blue #474BDA
RGB
CMYK
RGB Variations
Color information
#474BDA (or 0x474BDA) is known color: Free Speech Blue. HEX triplet: 47, 4B and DA. RGB value is (71,75,218). Sum of RGB (Red+Green+Blue) = 71+75+218=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #474BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BDA is #B8B425. Grayscale: #595959. Windows color (decimal): -12104742 or 14306119. OLE color: 14306119.
HSL color Cylindrical-coordinate representation of color #474BDA: hue angle of 238.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474BDA is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 75 | 218 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.15 |
| HSL | 238.37º | 0.67% | 0.57% | - |
| HSV(B) | 238.37º | 0.67% | 0.85% | - |
| XYZ | 17.77 | 11.43 | 67.6 | - |
| YUV | 90.11 | 200.17 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 218 | 0.67 | 0.66 | 0 | 0.15 | 238.37 | 0.67 | 0.57 |
| Hex | 47 | 4B | DA | 43 | 42 | 0 | F | EE | 43 | 39 |
| Octal | 107 | 113 | 332 | 103 | 102 | 0 | 17 | 356 | 103 | 71 |
| Binary | 1000111 | 1001011 | 11011010 | 1000011 | 1000010 | 0 | 1111 | 11101110 | 1000011 | 111001 |
Color Harmonies of #474BDA
Complementary color
Monochromatic Colors of #474BDA
Black with #474BDA
Text Example
Text Example
White with #474BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BDA; }
p { color: rgb(71,75,218); }
H1.HeaderClassName
{
color: #474BDA;
}
.AnyTagClassName
{
color: #474BDA;
}
</style>
background-color css
<style>
a { background-color: #474BDA; }
a { background-color: rgb(71,75,218); }
div.DivClassName
{
background-color: #474BDA;
}
.BgClassName
{
background-color: #474BDA;
}
</style>
border-color css
<style>
span { border-color: #474BDA; }
span { border-color: rgb(71,75,218); }
td.TdClassName
{
border-color: #474BDA;
}
.TagClassName
{
border-color: #474BDA;
}
</style>