Shades of Free Speech Blue #4854BA
Tints of Free Speech Blue #4854BA
RGB
CMYK
RGB Variations
Color information
#4854BA (or 0x4854BA) is known color: Free Speech Blue. HEX triplet: 48, 54 and BA. RGB value is (72,84,186). Sum of RGB (Red+Green+Blue) = 72+84+186=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #4854BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4854BA is #B7AB45. Grayscale: #5B5B5B. Windows color (decimal): -12036934 or 12211272. OLE color: 12211272.
HSL color Cylindrical-coordinate representation of color #4854BA: hue angle of 233.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4854BA is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 84 | 186 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.27 |
| HSL | 233.68º | 0.45% | 0.51% | - |
| HSV(B) | 233.68º | 0.61% | 0.73% | - |
| XYZ | 14.71 | 11.26 | 47.85 | - |
| YUV | 92.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 186 | 0.61 | 0.55 | 0 | 0.27 | 233.68 | 0.45 | 0.51 |
| Hex | 48 | 54 | BA | 3D | 37 | 0 | 1B | EA | 2D | 33 |
| Octal | 110 | 124 | 272 | 75 | 67 | 0 | 33 | 352 | 55 | 63 |
| Binary | 1001000 | 1010100 | 10111010 | 111101 | 110111 | 0 | 11011 | 11101010 | 101101 | 110011 |
Color Harmonies of #4854BA
Complementary color
Monochromatic Colors of #4854BA
Black with #4854BA
Text Example
Text Example
White with #4854BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4854BA; }
p { color: rgb(72,84,186); }
H1.HeaderClassName
{
color: #4854BA;
}
.AnyTagClassName
{
color: #4854BA;
}
</style>
background-color css
<style>
a { background-color: #4854BA; }
a { background-color: rgb(72,84,186); }
div.DivClassName
{
background-color: #4854BA;
}
.BgClassName
{
background-color: #4854BA;
}
</style>
border-color css
<style>
span { border-color: #4854BA; }
span { border-color: rgb(72,84,186); }
td.TdClassName
{
border-color: #4854BA;
}
.TagClassName
{
border-color: #4854BA;
}
</style>