Shades of Free Speech Blue #4743D6
Tints of Free Speech Blue #4743D6
RGB
CMYK
RGB Variations
Color information
#4743D6 (or 0x4743D6) is known color: Free Speech Blue. HEX triplet: 47, 43 and D6. RGB value is (71,67,214). Sum of RGB (Red+Green+Blue) = 71+67+214=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 214 (83.98% from 255 or 60.80% from 352); Max value from RGB is 214 - color contains mainly: blue. Hex color #4743D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4743D6 is #B8BC29. Grayscale: #545454. Windows color (decimal): -12106794 or 14041927. OLE color: 14041927.
HSL color Cylindrical-coordinate representation of color #4743D6: hue angle of 241.63º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4743D6 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 67 | 214 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.16 |
| HSL | 241.63º | 0.64% | 0.55% | - |
| HSV(B) | 241.63º | 0.69% | 0.84% | - |
| XYZ | 16.74 | 10.21 | 64.71 | - |
| YUV | 84.95 | 200.83 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 214 | 0.67 | 0.69 | 0 | 0.16 | 241.63 | 0.64 | 0.55 |
| Hex | 47 | 43 | D6 | 43 | 45 | 0 | 10 | F2 | 40 | 37 |
| Octal | 107 | 103 | 326 | 103 | 105 | 0 | 20 | 362 | 100 | 67 |
| Binary | 1000111 | 1000011 | 11010110 | 1000011 | 1000101 | 0 | 10000 | 11110010 | 1000000 | 110111 |
Color Harmonies of #4743D6
Complementary color
Monochromatic Colors of #4743D6
Black with #4743D6
Text Example
Text Example
White with #4743D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4743D6; }
p { color: rgb(71,67,214); }
H1.HeaderClassName
{
color: #4743D6;
}
.AnyTagClassName
{
color: #4743D6;
}
</style>
background-color css
<style>
a { background-color: #4743D6; }
a { background-color: rgb(71,67,214); }
div.DivClassName
{
background-color: #4743D6;
}
.BgClassName
{
background-color: #4743D6;
}
</style>
border-color css
<style>
span { border-color: #4743D6; }
span { border-color: rgb(71,67,214); }
td.TdClassName
{
border-color: #4743D6;
}
.TagClassName
{
border-color: #4743D6;
}
</style>