#495EB1

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

Shades of Free Speech Blue #495EB1

Tints of Free Speech Blue #495EB1

Color information

#495EB1 (or 0x495EB1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5E and B1. RGB value is (73,94,177). Sum of RGB (Red+Green+Blue) = 73+94+177=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #495EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495EB1 is #B6A14E. Grayscale: #606060. Windows color (decimal): -11968847 or 11624009. OLE color: 11624009.

HSL color Cylindrical-coordinate representation of color #495EB1: hue angle of 227.88º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495EB1 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7394177-
CMYK0.590.4700.31
HSL227.88º41.6%49.02%-
HSV(B)227.88º58.76%69.41%-
XYZ14.6912.643.25-
YUV97.18173.04110.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 177 (69.53% from 255) = 51.45%
R=21.22%
G=27.33%
B=51.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73941770.590.4700.31227.8841.649.02
Hex495EB13B2F01Fe42a31
Octal11113626173570373445261
Binary100100110111101011000111101110111101111111100100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495EB1; }

 p { color: rgb(73,94,177); }

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

<style>
 a { background-color: #495EB1; }

 a { background-color: rgb(73,94,177); }

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

<style>
 span { border-color: #495EB1; }

 span { border-color: rgb(73,94,177); }

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