#4A3EBE

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

Shades of Free Speech Blue #4A3EBE

Tints of Free Speech Blue #4A3EBE

Color information

#4A3EBE (or 0x4A3EBE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 3E and BE. RGB value is (74,62,190). Sum of RGB (Red+Green+Blue) = 74+62+190=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A3EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3EBE is #B5C141. Grayscale: #4F4F4F. Windows color (decimal): -11911490 or 12467786. OLE color: 12467786.

HSL color Cylindrical-coordinate representation of color #4A3EBE: hue angle of 245.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A3EBE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7462190-
CMYK0.610.6700.25
HSL245.62º50.79%49.41%-
HSV(B)245.62º67.37%74.51%-
XYZ13.848.6249.65-
YUV80.18189.98123.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.70%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=22.70%
G=19.02%
B=58.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74621900.610.6700.25245.6250.7949.41
Hex4A3EBE3D43019f63331
Octal11276276751030313666361
Binary100101011111010111110111101100001101100111110110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,62,190); }

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

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

 a { background-color: rgb(74,62,190); }

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

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

 span { border-color: rgb(74,62,190); }

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