Shades of Free Speech Blue #4841BB
Tints of Free Speech Blue #4841BB
RGB
CMYK
RGB Variations
Color information
#4841BB (or 0x4841BB) is known color: Free Speech Blue. HEX triplet: 48, 41 and BB. RGB value is (72,65,187). Sum of RGB (Red+Green+Blue) = 72+65+187=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #4841BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841BB is #B7BE44. Grayscale: #505050. Windows color (decimal): -12041797 or 12271944. OLE color: 12271944.
HSL color Cylindrical-coordinate representation of color #4841BB: hue angle of 243.44º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4841BB is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 65 | 187 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.27 |
| HSL | 243.44º | 0.48% | 0.49% | - |
| HSV(B) | 243.44º | 0.65% | 0.73% | - |
| XYZ | 13.53 | 8.75 | 47.99 | - |
| YUV | 81 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 187 | 0.61 | 0.65 | 0 | 0.27 | 243.44 | 0.48 | 0.49 |
| Hex | 48 | 41 | BB | 3D | 41 | 0 | 1B | F3 | 30 | 31 |
| Octal | 110 | 101 | 273 | 75 | 101 | 0 | 33 | 363 | 60 | 61 |
| Binary | 1001000 | 1000001 | 10111011 | 111101 | 1000001 | 0 | 11011 | 11110011 | 110000 | 110001 |
Color Harmonies of #4841BB
Complementary color
Monochromatic Colors of #4841BB
Black with #4841BB
Text Example
Text Example
White with #4841BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4841BB; }
p { color: rgb(72,65,187); }
H1.HeaderClassName
{
color: #4841BB;
}
.AnyTagClassName
{
color: #4841BB;
}
</style>
background-color css
<style>
a { background-color: #4841BB; }
a { background-color: rgb(72,65,187); }
div.DivClassName
{
background-color: #4841BB;
}
.BgClassName
{
background-color: #4841BB;
}
</style>
border-color css
<style>
span { border-color: #4841BB; }
span { border-color: rgb(72,65,187); }
td.TdClassName
{
border-color: #4841BB;
}
.TagClassName
{
border-color: #4841BB;
}
</style>