#4A47BA

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

Shades of Free Speech Blue #4A47BA

Tints of Free Speech Blue #4A47BA

Color information

#4A47BA (or 0x4A47BA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 47 and BA. RGB value is (74,71,186). Sum of RGB (Red+Green+Blue) = 74+71+186=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A47BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A47BA is #B5B845. Grayscale: #545454. Windows color (decimal): -11909190 or 12207946. OLE color: 12207946.

HSL color Cylindrical-coordinate representation of color #4A47BA: hue angle of 241.57º 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 #4A47BA is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7471186-
CMYK0.600.6200.27
HSL241.57º45.45%50.39%-
HSV(B)241.57º61.83%72.94%-
XYZ13.949.5147.55-
YUV85.01184.99120.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=22.36%
G=21.45%
B=56.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74711860.600.6200.27241.5745.4550.39
Hex4A47BA3C3E01Bf22d32
Octal11210727274760333625562
Binary100101010001111011101011110011111001101111110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A47BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A47BA; }

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

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

<style>
 a { background-color: #4A47BA; }

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

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

<style>
 span { border-color: #4A47BA; }

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

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