Shades of Free Speech Blue #4856D5
Tints of Free Speech Blue #4856D5
RGB
CMYK
RGB Variations
Color information
#4856D5 (or 0x4856D5) is known color: Free Speech Blue. HEX triplet: 48, 56 and D5. RGB value is (72,86,213). Sum of RGB (Red+Green+Blue) = 72+86+213=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #4856D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4856D5 is #B7A92A. Grayscale: #5F5F5F. Windows color (decimal): -12036395 or 13981256. OLE color: 13981256.
HSL color Cylindrical-coordinate representation of color #4856D5: hue angle of 234.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4856D5 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 86 | 213 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.16 |
| HSL | 234.04º | 0.63% | 0.56% | - |
| HSV(B) | 234.04º | 0.66% | 0.84% | - |
| XYZ | 18.01 | 12.84 | 64.48 | - |
| YUV | 96.29 | 193.86 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 213 | 0.66 | 0.60 | 0 | 0.16 | 234.04 | 0.63 | 0.56 |
| Hex | 48 | 56 | D5 | 42 | 3C | 0 | 10 | EA | 3F | 38 |
| Octal | 110 | 126 | 325 | 102 | 74 | 0 | 20 | 352 | 77 | 70 |
| Binary | 1001000 | 1010110 | 11010101 | 1000010 | 111100 | 0 | 10000 | 11101010 | 111111 | 111000 |
Color Harmonies of #4856D5
Complementary color
Monochromatic Colors of #4856D5
Black with #4856D5
Text Example
Text Example
White with #4856D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4856D5; }
p { color: rgb(72,86,213); }
H1.HeaderClassName
{
color: #4856D5;
}
.AnyTagClassName
{
color: #4856D5;
}
</style>
background-color css
<style>
a { background-color: #4856D5; }
a { background-color: rgb(72,86,213); }
div.DivClassName
{
background-color: #4856D5;
}
.BgClassName
{
background-color: #4856D5;
}
</style>
border-color css
<style>
span { border-color: #4856D5; }
span { border-color: rgb(72,86,213); }
td.TdClassName
{
border-color: #4856D5;
}
.TagClassName
{
border-color: #4856D5;
}
</style>