#4949BA

Color #4949BA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4949BA

Tints of Free Speech Blue #4949BA

Color information

#4949BA (or 0x4949BA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 49 and BA. RGB value is (73,73,186). Sum of RGB (Red+Green+Blue) = 73+73+186=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #4949BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4949BA is #B6B645. Grayscale: #555555. Windows color (decimal): -11974214 or 12208457. OLE color: 12208457.

HSL color Cylindrical-coordinate representation of color #4949BA: hue angle of 240º 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 #4949BA is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7373186-
CMYK0.610.6100.27
HSL240º45.02%50.78%-
HSV(B)240º60.75%72.94%-
XYZ13.999.7347.59-
YUV85.88184.5118.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=21.99%
G=21.99%
B=56.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73731860.610.6100.2724045.0250.78
Hex4949BA3D3D01Bf02d33
Octal11111127275750333605563
Binary100100110010011011101011110111110101101111110000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4949BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4949BA; }

 p { color: rgb(73,73,186); }

 H1.HeaderClassName
 {
   color: #4949BA;
 }
 .AnyTagClassName
 {
   color: #4949BA;
 }
</style>
background-color css

<style>
 a { background-color: #4949BA; }

 a { background-color: rgb(73,73,186); }

 div.DivClassName
 {
   background-color: #4949BA;
 }
 .BgClassName
 {
   background-color: #4949BA;
 }
</style>
border-color css

<style>
 span { border-color: #4949BA; }

 span { border-color: rgb(73,73,186); }

 td.TdClassName
 {
   border-color: #4949BA;
 }
 .TagClassName
 {
   border-color: #4949BA;
 }
</style>