Shades of Free Speech Blue #4841CC
Tints of Free Speech Blue #4841CC
RGB
CMYK
RGB Variations
Color information
#4841CC (or 0x4841CC) is known color: Free Speech Blue. HEX triplet: 48, 41 and CC. RGB value is (72,65,204). Sum of RGB (Red+Green+Blue) = 72+65+204=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #4841CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841CC is #B7BE33. Grayscale: #525252. Windows color (decimal): -12041780 or 13386056. OLE color: 13386056.
HSL color Cylindrical-coordinate representation of color #4841CC: hue angle of 243.02º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4841CC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 65 | 204 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.2 |
| HSL | 243.02º | 0.58% | 0.53% | - |
| HSV(B) | 243.02º | 0.68% | 0.8% | - |
| XYZ | 15.46 | 9.52 | 58.15 | - |
| YUV | 82.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 204 | 0.65 | 0.68 | 0 | 0.2 | 243.02 | 0.58 | 0.53 |
| Hex | 48 | 41 | CC | 41 | 44 | 0 | 14 | F3 | 3A | 35 |
| Octal | 110 | 101 | 314 | 101 | 104 | 0 | 24 | 363 | 72 | 65 |
| Binary | 1001000 | 1000001 | 11001100 | 1000001 | 1000100 | 0 | 10100 | 11110011 | 111010 | 110101 |
Color Harmonies of #4841CC
Complementary color
Monochromatic Colors of #4841CC
Black with #4841CC
Text Example
Text Example
White with #4841CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4841CC; }
p { color: rgb(72,65,204); }
H1.HeaderClassName
{
color: #4841CC;
}
.AnyTagClassName
{
color: #4841CC;
}
</style>
background-color css
<style>
a { background-color: #4841CC; }
a { background-color: rgb(72,65,204); }
div.DivClassName
{
background-color: #4841CC;
}
.BgClassName
{
background-color: #4841CC;
}
</style>
border-color css
<style>
span { border-color: #4841CC; }
span { border-color: rgb(72,65,204); }
td.TdClassName
{
border-color: #4841CC;
}
.TagClassName
{
border-color: #4841CC;
}
</style>