Shades of Free Speech Blue #4847D5
Tints of Free Speech Blue #4847D5
RGB
CMYK
RGB Variations
Color information
#4847D5 (or 0x4847D5) is known color: Free Speech Blue. HEX triplet: 48, 47 and D5. RGB value is (72,71,213). Sum of RGB (Red+Green+Blue) = 72+71+213=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #4847D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4847D5 is #B7B82A. Grayscale: #565656. Windows color (decimal): -12040235 or 13977416. OLE color: 13977416.
HSL color Cylindrical-coordinate representation of color #4847D5: hue angle of 240.42º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4847D5 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 71 | 213 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.16 |
| HSL | 240.42º | 0.63% | 0.56% | - |
| HSV(B) | 240.42º | 0.67% | 0.84% | - |
| XYZ | 16.94 | 10.69 | 64.12 | - |
| YUV | 87.49 | 198.83 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 213 | 0.66 | 0.67 | 0 | 0.16 | 240.42 | 0.63 | 0.56 |
| Hex | 48 | 47 | D5 | 42 | 43 | 0 | 10 | F0 | 3F | 38 |
| Octal | 110 | 107 | 325 | 102 | 103 | 0 | 20 | 360 | 77 | 70 |
| Binary | 1001000 | 1000111 | 11010101 | 1000010 | 1000011 | 0 | 10000 | 11110000 | 111111 | 111000 |
Color Harmonies of #4847D5
Complementary color
Monochromatic Colors of #4847D5
Black with #4847D5
Text Example
Text Example
White with #4847D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4847D5; }
p { color: rgb(72,71,213); }
H1.HeaderClassName
{
color: #4847D5;
}
.AnyTagClassName
{
color: #4847D5;
}
</style>
background-color css
<style>
a { background-color: #4847D5; }
a { background-color: rgb(72,71,213); }
div.DivClassName
{
background-color: #4847D5;
}
.BgClassName
{
background-color: #4847D5;
}
</style>
border-color css
<style>
span { border-color: #4847D5; }
span { border-color: rgb(72,71,213); }
td.TdClassName
{
border-color: #4847D5;
}
.TagClassName
{
border-color: #4847D5;
}
</style>