Shades of Free Speech Blue #4841BE
Tints of Free Speech Blue #4841BE
RGB
CMYK
RGB Variations
Color information
#4841BE (or 0x4841BE) is known color: Free Speech Blue. HEX triplet: 48, 41 and BE. RGB value is (72,65,190). Sum of RGB (Red+Green+Blue) = 72+65+190=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #4841BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841BE is #B7BE41. Grayscale: #505050. Windows color (decimal): -12041794 or 12468552. OLE color: 12468552.
HSL color Cylindrical-coordinate representation of color #4841BE: hue angle of 243.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4841BE is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 65 | 190 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.25 |
| HSL | 243.36º | 0.49% | 0.5% | - |
| HSV(B) | 243.36º | 0.66% | 0.75% | - |
| XYZ | 13.86 | 8.88 | 49.7 | - |
| YUV | 81.34 | 189.32 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 190 | 0.62 | 0.66 | 0 | 0.25 | 243.36 | 0.49 | 0.5 |
| Hex | 48 | 41 | BE | 3E | 42 | 0 | 19 | F3 | 31 | 32 |
| Octal | 110 | 101 | 276 | 76 | 102 | 0 | 31 | 363 | 61 | 62 |
| Binary | 1001000 | 1000001 | 10111110 | 111110 | 1000010 | 0 | 11001 | 11110011 | 110001 | 110010 |
Color Harmonies of #4841BE
Complementary color
Monochromatic Colors of #4841BE
Black with #4841BE
Text Example
Text Example
White with #4841BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4841BE; }
p { color: rgb(72,65,190); }
H1.HeaderClassName
{
color: #4841BE;
}
.AnyTagClassName
{
color: #4841BE;
}
</style>
background-color css
<style>
a { background-color: #4841BE; }
a { background-color: rgb(72,65,190); }
div.DivClassName
{
background-color: #4841BE;
}
.BgClassName
{
background-color: #4841BE;
}
</style>
border-color css
<style>
span { border-color: #4841BE; }
span { border-color: rgb(72,65,190); }
td.TdClassName
{
border-color: #4841BE;
}
.TagClassName
{
border-color: #4841BE;
}
</style>