Shades of Free Speech Blue #4841BD
Tints of Free Speech Blue #4841BD
RGB
CMYK
RGB Variations
Color information
#4841BD (or 0x4841BD) is known color: Free Speech Blue. HEX triplet: 48, 41 and BD. RGB value is (72,65,189). Sum of RGB (Red+Green+Blue) = 72+65+189=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #4841BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841BD is #B7BE42. Grayscale: #505050. Windows color (decimal): -12041795 or 12403016. OLE color: 12403016.
HSL color Cylindrical-coordinate representation of color #4841BD: hue angle of 243.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4841BD is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 65 | 189 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.26 |
| HSL | 243.39º | 0.49% | 0.5% | - |
| HSV(B) | 243.39º | 0.66% | 0.74% | - |
| XYZ | 13.75 | 8.83 | 49.12 | - |
| YUV | 81.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 189 | 0.62 | 0.66 | 0 | 0.26 | 243.39 | 0.49 | 0.5 |
| Hex | 48 | 41 | BD | 3E | 42 | 0 | 1A | F3 | 31 | 32 |
| Octal | 110 | 101 | 275 | 76 | 102 | 0 | 32 | 363 | 61 | 62 |
| Binary | 1001000 | 1000001 | 10111101 | 111110 | 1000010 | 0 | 11010 | 11110011 | 110001 | 110010 |
Color Harmonies of #4841BD
Complementary color
Monochromatic Colors of #4841BD
Black with #4841BD
Text Example
Text Example
White with #4841BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4841BD; }
p { color: rgb(72,65,189); }
H1.HeaderClassName
{
color: #4841BD;
}
.AnyTagClassName
{
color: #4841BD;
}
</style>
background-color css
<style>
a { background-color: #4841BD; }
a { background-color: rgb(72,65,189); }
div.DivClassName
{
background-color: #4841BD;
}
.BgClassName
{
background-color: #4841BD;
}
</style>
border-color css
<style>
span { border-color: #4841BD; }
span { border-color: rgb(72,65,189); }
td.TdClassName
{
border-color: #4841BD;
}
.TagClassName
{
border-color: #4841BD;
}
</style>