#4A46CA

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

Shades of Free Speech Blue #4A46CA

Tints of Free Speech Blue #4A46CA

Color information

#4A46CA (or 0x4A46CA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 46 and CA. RGB value is (74,70,202). Sum of RGB (Red+Green+Blue) = 74+70+202=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A46CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A46CA is #B5B935. Grayscale: #555555. Windows color (decimal): -11909430 or 13256266. OLE color: 13256266.

HSL color Cylindrical-coordinate representation of color #4A46CA: hue angle of 241.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A46CA is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7470202-
CMYK0.630.6500.21
HSL241.82º55.46%53.33%-
HSV(B)241.82º65.35%79.22%-
XYZ15.6710.157-
YUV86.24193.33119.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=21.39%
G=20.23%
B=58.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74702020.630.6500.21241.8255.4653.33
Hex4A46CA3F41015f23735
Octal112106312771010253626765
Binary1001010100011011001010111111100000101010111110010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A46CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,70,202); }

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

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

 a { background-color: rgb(74,70,202); }

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

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

 span { border-color: rgb(74,70,202); }

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