Shades of Free Speech Blue #474ABA
Tints of Free Speech Blue #474ABA
RGB
CMYK
RGB Variations
Color information
#474ABA (or 0x474ABA) is known color: Free Speech Blue. HEX triplet: 47, 4A and BA. RGB value is (71,74,186). Sum of RGB (Red+Green+Blue) = 71+74+186=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #474ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474ABA is #B8B545. Grayscale: #555555. Windows color (decimal): -12105030 or 12208711. OLE color: 12208711.
HSL color Cylindrical-coordinate representation of color #474ABA: hue angle of 238.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #474ABA is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 74 | 186 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.27 |
| HSL | 238.43º | 0.45% | 0.5% | - |
| HSV(B) | 238.43º | 0.62% | 0.73% | - |
| XYZ | 13.91 | 9.78 | 47.61 | - |
| YUV | 85.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 186 | 0.62 | 0.60 | 0 | 0.27 | 238.43 | 0.45 | 0.5 |
| Hex | 47 | 4A | BA | 3E | 3C | 0 | 1B | EE | 2D | 32 |
| Octal | 107 | 112 | 272 | 76 | 74 | 0 | 33 | 356 | 55 | 62 |
| Binary | 1000111 | 1001010 | 10111010 | 111110 | 111100 | 0 | 11011 | 11101110 | 101101 | 110010 |
Color Harmonies of #474ABA
Complementary color
Monochromatic Colors of #474ABA
Black with #474ABA
Text Example
Text Example
White with #474ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474ABA; }
p { color: rgb(71,74,186); }
H1.HeaderClassName
{
color: #474ABA;
}
.AnyTagClassName
{
color: #474ABA;
}
</style>
background-color css
<style>
a { background-color: #474ABA; }
a { background-color: rgb(71,74,186); }
div.DivClassName
{
background-color: #474ABA;
}
.BgClassName
{
background-color: #474ABA;
}
</style>
border-color css
<style>
span { border-color: #474ABA; }
span { border-color: rgb(71,74,186); }
td.TdClassName
{
border-color: #474ABA;
}
.TagClassName
{
border-color: #474ABA;
}
</style>