Shades of Free Speech Blue #4855DC
Tints of Free Speech Blue #4855DC
RGB
CMYK
RGB Variations
Color information
#4855DC (or 0x4855DC) is known color: Free Speech Blue. HEX triplet: 48, 55 and DC. RGB value is (72,85,220). Sum of RGB (Red+Green+Blue) = 72+85+220=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #4855DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4855DC is #B7AA23. Grayscale: #5F5F5F. Windows color (decimal): -12036644 or 14439752. OLE color: 14439752.
HSL color Cylindrical-coordinate representation of color #4855DC: hue angle of 234.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4855DC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 85 | 220 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.14 |
| HSL | 234.73º | 0.68% | 0.57% | - |
| HSV(B) | 234.73º | 0.67% | 0.86% | - |
| XYZ | 18.84 | 13.04 | 69.23 | - |
| YUV | 96.5 | 197.69 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 220 | 0.67 | 0.61 | 0 | 0.14 | 234.73 | 0.68 | 0.57 |
| Hex | 48 | 55 | DC | 43 | 3D | 0 | E | EB | 44 | 39 |
| Octal | 110 | 125 | 334 | 103 | 75 | 0 | 16 | 353 | 104 | 71 |
| Binary | 1001000 | 1010101 | 11011100 | 1000011 | 111101 | 0 | 1110 | 11101011 | 1000100 | 111001 |
Color Harmonies of #4855DC
Complementary color
Monochromatic Colors of #4855DC
Black with #4855DC
Text Example
Text Example
White with #4855DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4855DC; }
p { color: rgb(72,85,220); }
H1.HeaderClassName
{
color: #4855DC;
}
.AnyTagClassName
{
color: #4855DC;
}
</style>
background-color css
<style>
a { background-color: #4855DC; }
a { background-color: rgb(72,85,220); }
div.DivClassName
{
background-color: #4855DC;
}
.BgClassName
{
background-color: #4855DC;
}
</style>
border-color css
<style>
span { border-color: #4855DC; }
span { border-color: rgb(72,85,220); }
td.TdClassName
{
border-color: #4855DC;
}
.TagClassName
{
border-color: #4855DC;
}
</style>