#495FB2

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

Shades of Free Speech Blue #495FB2

Tints of Free Speech Blue #495FB2

Color information

#495FB2 (or 0x495FB2) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5F and B2. RGB value is (73,95,178). Sum of RGB (Red+Green+Blue) = 73+95+178=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #495FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FB2 is #B6A04D. Grayscale: #616161. Windows color (decimal): -11968590 or 11689801. OLE color: 11689801.

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

Color convert

RGB7395178-
CMYK0.590.4700.30
HSL227.43º41.83%49.22%-
HSV(B)227.43º58.99%69.8%-
XYZ14.8812.8243.81-
YUV97.88173.21110.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 178 (69.92% from 255) = 51.45%
R=21.10%
G=27.46%
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.30
SystemRedGreenBlueCMYKHSL
Decimal73951780.590.4700.30227.4341.8349.22
Hex495FB23B2F01Ee32a31
Octal11113726273570363435261
Binary100100110111111011001011101110111101111011100011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,95,178); }

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

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

 a { background-color: rgb(73,95,178); }

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

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

 span { border-color: rgb(73,95,178); }

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