#4A3EC0

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

Shades of Free Speech Blue #4A3EC0

Tints of Free Speech Blue #4A3EC0

Color information

#4A3EC0 (or 0x4A3EC0) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 3E and C0. RGB value is (74,62,192). Sum of RGB (Red+Green+Blue) = 74+62+192=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #4A3EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3EC0 is #B5C13F. Grayscale: #4F4F4F. Windows color (decimal): -11911488 or 12598858. OLE color: 12598858.

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

Color convert

RGB7462192-
CMYK0.610.6800.25
HSL245.54º51.18%49.8%-
HSV(B)245.54º67.71%75.29%-
XYZ14.068.7150.81-
YUV80.41190.98123.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.56%
GREEN value IS 62 (24.61% from 255) = 18.90%
BLUE value IS 192 (75.39% from 255) = 58.54%
R=22.56%
G=18.90%
B=58.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74621920.610.6800.25245.5451.1849.8
Hex4A3EC03D44019f63332
Octal11276300751040313666362
Binary100101011111011000000111101100010001100111110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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