#495EC0

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

Shades of Free Speech Blue #495EC0

Tints of Free Speech Blue #495EC0

Color information

#495EC0 (or 0x495EC0) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5E and C0. RGB value is (73,94,192). Sum of RGB (Red+Green+Blue) = 73+94+192=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #495EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EC0 is #B6A13F. Grayscale: #626262. Windows color (decimal): -11968832 or 12607049. OLE color: 12607049.

HSL color Cylindrical-coordinate representation of color #495EC0: hue angle of 229.41º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495EC0 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7394192-
CMYK0.620.5100.25
HSL229.41º48.57%51.96%-
HSV(B)229.41º61.98%75.29%-
XYZ16.2613.2351.57-
YUV98.89180.54109.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 192 (75.39% from 255) = 53.48%
R=20.33%
G=26.18%
B=53.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73941920.620.5100.25229.4148.5751.96
Hex495EC03E33019e53134
Octal11113630076630313456164
Binary100100110111101100000011111011001101100111100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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