Shades of Free Speech Blue #4841CE
Tints of Free Speech Blue #4841CE
RGB
CMYK
RGB Variations
Color information
#4841CE (or 0x4841CE) is known color: Free Speech Blue. HEX triplet: 48, 41 and CE. RGB value is (72,65,206). Sum of RGB (Red+Green+Blue) = 72+65+206=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #4841CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841CE is #B7BE31. Grayscale: #525252. Windows color (decimal): -12041778 or 13517128. OLE color: 13517128.
HSL color Cylindrical-coordinate representation of color #4841CE: hue angle of 242.98º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4841CE is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 65 | 206 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.19 |
| HSL | 242.98º | 0.59% | 0.53% | - |
| HSV(B) | 242.98º | 0.68% | 0.81% | - |
| XYZ | 15.7 | 9.61 | 59.42 | - |
| YUV | 83.17 | 197.32 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 206 | 0.65 | 0.68 | 0 | 0.19 | 242.98 | 0.59 | 0.53 |
| Hex | 48 | 41 | CE | 41 | 44 | 0 | 13 | F3 | 3B | 35 |
| Octal | 110 | 101 | 316 | 101 | 104 | 0 | 23 | 363 | 73 | 65 |
| Binary | 1001000 | 1000001 | 11001110 | 1000001 | 1000100 | 0 | 10011 | 11110011 | 111011 | 110101 |
Color Harmonies of #4841CE
Complementary color
Monochromatic Colors of #4841CE
Black with #4841CE
Text Example
Text Example
White with #4841CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4841CE; }
p { color: rgb(72,65,206); }
H1.HeaderClassName
{
color: #4841CE;
}
.AnyTagClassName
{
color: #4841CE;
}
</style>
background-color css
<style>
a { background-color: #4841CE; }
a { background-color: rgb(72,65,206); }
div.DivClassName
{
background-color: #4841CE;
}
.BgClassName
{
background-color: #4841CE;
}
</style>
border-color css
<style>
span { border-color: #4841CE; }
span { border-color: rgb(72,65,206); }
td.TdClassName
{
border-color: #4841CE;
}
.TagClassName
{
border-color: #4841CE;
}
</style>