Shades of Free Speech Blue #474BCD
Tints of Free Speech Blue #474BCD
RGB
CMYK
RGB Variations
Color information
#474BCD (or 0x474BCD) is known color: Free Speech Blue. HEX triplet: 47, 4B and CD. RGB value is (71,75,205). Sum of RGB (Red+Green+Blue) = 71+75+205=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #474BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BCD is #B8B432. Grayscale: #585858. Windows color (decimal): -12104755 or 13454151. OLE color: 13454151.
HSL color Cylindrical-coordinate representation of color #474BCD: hue angle of 238.21º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474BCD is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 75 | 205 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.20 |
| HSL | 238.21º | 0.57% | 0.54% | - |
| HSV(B) | 238.21º | 0.65% | 0.8% | - |
| XYZ | 16.13 | 10.78 | 58.99 | - |
| YUV | 88.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 205 | 0.65 | 0.63 | 0 | 0.20 | 238.21 | 0.57 | 0.54 |
| Hex | 47 | 4B | CD | 41 | 3F | 0 | 14 | EE | 39 | 36 |
| Octal | 107 | 113 | 315 | 101 | 77 | 0 | 24 | 356 | 71 | 66 |
| Binary | 1000111 | 1001011 | 11001101 | 1000001 | 111111 | 0 | 10100 | 11101110 | 111001 | 110110 |
Color Harmonies of #474BCD
Complementary color
Monochromatic Colors of #474BCD
Black with #474BCD
Text Example
Text Example
White with #474BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BCD; }
p { color: rgb(71,75,205); }
H1.HeaderClassName
{
color: #474BCD;
}
.AnyTagClassName
{
color: #474BCD;
}
</style>
background-color css
<style>
a { background-color: #474BCD; }
a { background-color: rgb(71,75,205); }
div.DivClassName
{
background-color: #474BCD;
}
.BgClassName
{
background-color: #474BCD;
}
</style>
border-color css
<style>
span { border-color: #474BCD; }
span { border-color: rgb(71,75,205); }
td.TdClassName
{
border-color: #474BCD;
}
.TagClassName
{
border-color: #474BCD;
}
</style>