Shades of Free Speech Blue #4749D0
Tints of Free Speech Blue #4749D0
RGB
CMYK
RGB Variations
Color information
#4749D0 (or 0x4749D0) is known color: Free Speech Blue. HEX triplet: 47, 49 and D0. RGB value is (71,73,208). Sum of RGB (Red+Green+Blue) = 71+73+208=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #4749D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4749D0 is #B8B62F. Grayscale: #575757. Windows color (decimal): -12105264 or 13650247. OLE color: 13650247.
HSL color Cylindrical-coordinate representation of color #4749D0: hue angle of 239.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4749D0 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 73 | 208 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.18 |
| HSL | 239.12º | 0.59% | 0.55% | - |
| HSV(B) | 239.12º | 0.66% | 0.82% | - |
| XYZ | 16.37 | 10.66 | 60.87 | - |
| YUV | 87.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 208 | 0.66 | 0.65 | 0 | 0.18 | 239.12 | 0.59 | 0.55 |
| Hex | 47 | 49 | D0 | 42 | 41 | 0 | 12 | EF | 3B | 37 |
| Octal | 107 | 111 | 320 | 102 | 101 | 0 | 22 | 357 | 73 | 67 |
| Binary | 1000111 | 1001001 | 11010000 | 1000010 | 1000001 | 0 | 10010 | 11101111 | 111011 | 110111 |
Color Harmonies of #4749D0
Complementary color
Monochromatic Colors of #4749D0
Black with #4749D0
Text Example
Text Example
White with #4749D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4749D0; }
p { color: rgb(71,73,208); }
H1.HeaderClassName
{
color: #4749D0;
}
.AnyTagClassName
{
color: #4749D0;
}
</style>
background-color css
<style>
a { background-color: #4749D0; }
a { background-color: rgb(71,73,208); }
div.DivClassName
{
background-color: #4749D0;
}
.BgClassName
{
background-color: #4749D0;
}
</style>
border-color css
<style>
span { border-color: #4749D0; }
span { border-color: rgb(71,73,208); }
td.TdClassName
{
border-color: #4749D0;
}
.TagClassName
{
border-color: #4749D0;
}
</style>