#494dd5

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

Shades of Free Speech Blue #494DD5

Tints of Free Speech Blue #494DD5

Color information

#494DD5 (or 0x494DD5) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4D and D5. RGB value is (73,77,213). Sum of RGB (Red+Green+Blue) = 73+77+213=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #494DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DD5 is #B6B22A. Grayscale: #5A5A5A. Windows color (decimal): -11973163 or 13978953. OLE color: 13978953.

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

Color convert

RGB7377213-
CMYK0.660.6400.16
HSL238.29º62.5%56.08%-
HSV(B)238.29º65.73%83.53%-
XYZ17.4111.5364.26-
YUV91.31196.67114.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.11%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 213 (83.59% from 255) = 58.68%
R=20.11%
G=21.21%
B=58.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73772130.660.6400.16238.2962.556.08
Hex494DD54240010ee3e38
Octal1111153251021000203567670
Binary10010011001101110101011000010100000001000011101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494dd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494dd5; }

 p { color: rgb(73,77,213); }

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

<style>
 a { background-color: #494dd5; }

 a { background-color: rgb(73,77,213); }

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

<style>
 span { border-color: #494dd5; }

 span { border-color: rgb(73,77,213); }

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