Shades of Free Speech Blue #4839CC
Tints of Free Speech Blue #4839CC
RGB
CMYK
RGB Variations
Color information
#4839CC (or 0x4839CC) is known color: Free Speech Blue. HEX triplet: 48, 39 and CC. RGB value is (72,57,204). Sum of RGB (Red+Green+Blue) = 72+57+204=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #4839CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4839CC is #B7C633. Grayscale: #4D4D4D. Windows color (decimal): -12043828 or 13384008. OLE color: 13384008.
HSL color Cylindrical-coordinate representation of color #4839CC: hue angle of 246.12º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4839CC is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 57 | 204 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.2 |
| HSL | 246.12º | 0.59% | 0.51% | - |
| HSV(B) | 246.12º | 0.72% | 0.8% | - |
| XYZ | 15.03 | 8.66 | 58.01 | - |
| YUV | 78.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 204 | 0.65 | 0.72 | 0 | 0.2 | 246.12 | 0.59 | 0.51 |
| Hex | 48 | 39 | CC | 41 | 48 | 0 | 14 | F6 | 3B | 33 |
| Octal | 110 | 71 | 314 | 101 | 110 | 0 | 24 | 366 | 73 | 63 |
| Binary | 1001000 | 111001 | 11001100 | 1000001 | 1001000 | 0 | 10100 | 11110110 | 111011 | 110011 |
Color Harmonies of #4839CC
Complementary color
Monochromatic Colors of #4839CC
Black with #4839CC
Text Example
Text Example
White with #4839CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4839CC; }
p { color: rgb(72,57,204); }
H1.HeaderClassName
{
color: #4839CC;
}
.AnyTagClassName
{
color: #4839CC;
}
</style>
background-color css
<style>
a { background-color: #4839CC; }
a { background-color: rgb(72,57,204); }
div.DivClassName
{
background-color: #4839CC;
}
.BgClassName
{
background-color: #4839CC;
}
</style>
border-color css
<style>
span { border-color: #4839CC; }
span { border-color: rgb(72,57,204); }
td.TdClassName
{
border-color: #4839CC;
}
.TagClassName
{
border-color: #4839CC;
}
</style>