Shades of Free Speech Blue #4855CC
Tints of Free Speech Blue #4855CC
RGB
CMYK
RGB Variations
Color information
#4855CC (or 0x4855CC) is known color: Free Speech Blue. HEX triplet: 48, 55 and CC. RGB value is (72,85,204). Sum of RGB (Red+Green+Blue) = 72+85+204=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #4855CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4855CC is #B7AA33. Grayscale: #5E5E5E. Windows color (decimal): -12036660 or 13391176. OLE color: 13391176.
HSL color Cylindrical-coordinate representation of color #4855CC: hue angle of 234.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4855CC is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 85 | 204 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.2 |
| HSL | 234.09º | 0.56% | 0.54% | - |
| HSV(B) | 234.09º | 0.65% | 0.8% | - |
| XYZ | 16.82 | 12.23 | 58.6 | - |
| YUV | 94.68 | 189.69 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 204 | 0.65 | 0.58 | 0 | 0.2 | 234.09 | 0.56 | 0.54 |
| Hex | 48 | 55 | CC | 41 | 3A | 0 | 14 | EA | 38 | 36 |
| Octal | 110 | 125 | 314 | 101 | 72 | 0 | 24 | 352 | 70 | 66 |
| Binary | 1001000 | 1010101 | 11001100 | 1000001 | 111010 | 0 | 10100 | 11101010 | 111000 | 110110 |
Color Harmonies of #4855CC
Complementary color
Monochromatic Colors of #4855CC
Black with #4855CC
Text Example
Text Example
White with #4855CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4855CC; }
p { color: rgb(72,85,204); }
H1.HeaderClassName
{
color: #4855CC;
}
.AnyTagClassName
{
color: #4855CC;
}
</style>
background-color css
<style>
a { background-color: #4855CC; }
a { background-color: rgb(72,85,204); }
div.DivClassName
{
background-color: #4855CC;
}
.BgClassName
{
background-color: #4855CC;
}
</style>
border-color css
<style>
span { border-color: #4855CC; }
span { border-color: rgb(72,85,204); }
td.TdClassName
{
border-color: #4855CC;
}
.TagClassName
{
border-color: #4855CC;
}
</style>