Shades of Free Speech Blue #4843BF
Tints of Free Speech Blue #4843BF
RGB
CMYK
RGB Variations
Color information
#4843BF (or 0x4843BF) is known color: Free Speech Blue. HEX triplet: 48, 43 and BF. RGB value is (72,67,191). Sum of RGB (Red+Green+Blue) = 72+67+191=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #4843BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4843BF is #B7BC40. Grayscale: #525252. Windows color (decimal): -12041281 or 12534600. OLE color: 12534600.
HSL color Cylindrical-coordinate representation of color #4843BF: hue angle of 242.42º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4843BF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 67 | 191 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.25 |
| HSL | 242.42º | 0.49% | 0.51% | - |
| HSV(B) | 242.42º | 0.65% | 0.75% | - |
| XYZ | 14.08 | 9.15 | 50.31 | - |
| YUV | 82.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 191 | 0.62 | 0.65 | 0 | 0.25 | 242.42 | 0.49 | 0.51 |
| Hex | 48 | 43 | BF | 3E | 41 | 0 | 19 | F2 | 31 | 33 |
| Octal | 110 | 103 | 277 | 76 | 101 | 0 | 31 | 362 | 61 | 63 |
| Binary | 1001000 | 1000011 | 10111111 | 111110 | 1000001 | 0 | 11001 | 11110010 | 110001 | 110011 |
Color Harmonies of #4843BF
Complementary color
Monochromatic Colors of #4843BF
Black with #4843BF
Text Example
Text Example
White with #4843BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4843BF; }
p { color: rgb(72,67,191); }
H1.HeaderClassName
{
color: #4843BF;
}
.AnyTagClassName
{
color: #4843BF;
}
</style>
background-color css
<style>
a { background-color: #4843BF; }
a { background-color: rgb(72,67,191); }
div.DivClassName
{
background-color: #4843BF;
}
.BgClassName
{
background-color: #4843BF;
}
</style>
border-color css
<style>
span { border-color: #4843BF; }
span { border-color: rgb(72,67,191); }
td.TdClassName
{
border-color: #4843BF;
}
.TagClassName
{
border-color: #4843BF;
}
</style>