#494DB7

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

Shades of Free Speech Blue #494DB7

Tints of Free Speech Blue #494DB7

Color information

#494DB7 (or 0x494DB7) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4D and B7. RGB value is (73,77,183). Sum of RGB (Red+Green+Blue) = 73+77+183=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #494DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DB7 is #B6B248. Grayscale: #575757. Windows color (decimal): -11973193 or 12012873. OLE color: 12012873.

HSL color Cylindrical-coordinate representation of color #494DB7: hue angle of 237.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #494DB7 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7377183-
CMYK0.600.5800.28
HSL237.82º43.31%50.2%-
HSV(B)237.82º60.11%71.76%-
XYZ13.9510.1446.02-
YUV87.89181.67117.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 183 (71.88% from 255) = 54.95%
R=21.92%
G=23.12%
B=54.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73771830.600.5800.28237.8243.3150.2
Hex494DB73C3A01Cee2b32
Octal11111526774720343565362
Binary100100110011011011011111110011101001110011101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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