#4A5AD7

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

Shades of Free Speech Blue #4A5AD7

Tints of Free Speech Blue #4A5AD7

Color information

#4A5AD7 (or 0x4A5AD7) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 5A and D7. RGB value is (74,90,215). Sum of RGB (Red+Green+Blue) = 74+90+215=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A5AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5AD7 is #B5A528. Grayscale: #626262. Windows color (decimal): -11904297 or 14113354. OLE color: 14113354.

HSL color Cylindrical-coordinate representation of color #4A5AD7: hue angle of 233.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A5AD7 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7490215-
CMYK0.660.5800.16
HSL233.19º63.8%56.67%-
HSV(B)233.19º65.58%84.31%-
XYZ18.7513.6765.94-
YUV99.47193.2109.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.53%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 215 (84.38% from 255) = 56.73%
R=19.53%
G=23.75%
B=56.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74902150.660.5800.16233.1963.856.67
Hex4A5AD7423A010e94039
Octal1121323271027202035110071
Binary10010101011010110101111000010111010010000111010011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,90,215); }

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

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

 a { background-color: rgb(74,90,215); }

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

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

 span { border-color: rgb(74,90,215); }

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