Shades of Free Speech Blue #4843BA
Tints of Free Speech Blue #4843BA
RGB
CMYK
RGB Variations
Color information
#4843BA (or 0x4843BA) is known color: Free Speech Blue. HEX triplet: 48, 43 and BA. RGB value is (72,67,186). Sum of RGB (Red+Green+Blue) = 72+67+186=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #4843BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4843BA is #B7BC45. Grayscale: #515151. Windows color (decimal): -12041286 or 12206920. OLE color: 12206920.
HSL color Cylindrical-coordinate representation of color #4843BA: hue angle of 242.52º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4843BA is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 67 | 186 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.27 |
| HSL | 242.52º | 0.47% | 0.5% | - |
| HSV(B) | 242.52º | 0.64% | 0.73% | - |
| XYZ | 13.54 | 8.94 | 47.47 | - |
| YUV | 82.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 186 | 0.61 | 0.64 | 0 | 0.27 | 242.52 | 0.47 | 0.5 |
| Hex | 48 | 43 | BA | 3D | 40 | 0 | 1B | F3 | 2F | 32 |
| Octal | 110 | 103 | 272 | 75 | 100 | 0 | 33 | 363 | 57 | 62 |
| Binary | 1001000 | 1000011 | 10111010 | 111101 | 1000000 | 0 | 11011 | 11110011 | 101111 | 110010 |
Color Harmonies of #4843BA
Complementary color
Monochromatic Colors of #4843BA
Black with #4843BA
Text Example
Text Example
White with #4843BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4843BA; }
p { color: rgb(72,67,186); }
H1.HeaderClassName
{
color: #4843BA;
}
.AnyTagClassName
{
color: #4843BA;
}
</style>
background-color css
<style>
a { background-color: #4843BA; }
a { background-color: rgb(72,67,186); }
div.DivClassName
{
background-color: #4843BA;
}
.BgClassName
{
background-color: #4843BA;
}
</style>
border-color css
<style>
span { border-color: #4843BA; }
span { border-color: rgb(72,67,186); }
td.TdClassName
{
border-color: #4843BA;
}
.TagClassName
{
border-color: #4843BA;
}
</style>