#4A49DE

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

Shades of Free Speech Blue #4A49DE

Tints of Free Speech Blue #4A49DE

Color information

#4A49DE (or 0x4A49DE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 49 and DE. RGB value is (74,73,222). Sum of RGB (Red+Green+Blue) = 74+73+222=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A49DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A49DE is #B5B621. Grayscale: #595959. Windows color (decimal): -11908642 or 14567754. OLE color: 14567754.

HSL color Cylindrical-coordinate representation of color #4A49DE: hue angle of 240.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A49DE is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7473222-
CMYK0.670.6700.13
HSL240.4º69.3%57.84%-
HSV(B)240.4º67.12%87.06%-
XYZ18.3911.4970.36-
YUV90.28202.33116.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.05%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 222 (87.11% from 255) = 60.16%
R=20.05%
G=19.78%
B=60.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal74732220.670.6700.13240.469.357.84
Hex4A49DE43430Df0453a
Octal11211133610310301536010572
Binary10010101001001110111101000011100001101101111100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A49DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,73,222); }

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

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

 a { background-color: rgb(74,73,222); }

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

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

 span { border-color: rgb(74,73,222); }

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