#4847BA

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

Shades of Free Speech Blue #4847BA

Tints of Free Speech Blue #4847BA

Color information

#4847BA (or 0x4847BA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 47 and BA. RGB value is (72,71,186). Sum of RGB (Red+Green+Blue) = 72+71+186=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #4847BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4847BA is #B7B845. Grayscale: #535353. Windows color (decimal): -12040262 or 12207944. OLE color: 12207944.

HSL color Cylindrical-coordinate representation of color #4847BA: hue angle of 240.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4847BA is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7271186-
CMYK0.610.6200.27
HSL240.52º45.45%50.39%-
HSV(B)240.52º61.83%72.94%-
XYZ13.799.4347.55-
YUV84.41185.33119.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=21.88%
G=21.58%
B=56.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72711860.610.6200.27240.5245.4550.39
Hex4847BA3D3E01Bf12d32
Octal11010727275760333615562
Binary100100010001111011101011110111111001101111110001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4847BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,71,186); }

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

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

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

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

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

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

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