#494EB7

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

Shades of Free Speech Blue #494EB7

Tints of Free Speech Blue #494EB7

Color information

#494EB7 (or 0x494EB7) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4E and B7. RGB value is (73,78,183). Sum of RGB (Red+Green+Blue) = 73+78+183=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #494EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EB7 is #B6B148. Grayscale: #585858. Windows color (decimal): -11972937 or 12013129. OLE color: 12013129.

HSL color Cylindrical-coordinate representation of color #494EB7: hue angle of 237.27º 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 #494EB7 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7378183-
CMYK0.600.5700.28
HSL237.27º43.31%50.2%-
HSV(B)237.27º60.11%71.76%-
XYZ14.0210.2846.05-
YUV88.48181.34116.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 183 (71.88% from 255) = 54.79%
R=21.86%
G=23.35%
B=54.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73781830.600.5700.28237.2743.3150.2
Hex494EB73C3901Ced2b32
Octal11111626774710343555362
Binary100100110011101011011111110011100101110011101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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