#495AD6

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

Shades of Free Speech Blue #495AD6

Tints of Free Speech Blue #495AD6

Color information

#495AD6 (or 0x495AD6) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5A and D6. RGB value is (73,90,214). Sum of RGB (Red+Green+Blue) = 73+90+214=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #495AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495AD6 is #B6A529. Grayscale: #626262. Windows color (decimal): -11969834 or 14047817. OLE color: 14047817.

HSL color Cylindrical-coordinate representation of color #495AD6: hue angle of 232.77º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #495AD6 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7390214-
CMYK0.660.5800.16
HSL232.77º63.23%56.27%-
HSV(B)232.77º65.89%83.92%-
XYZ18.5413.5865.26-
YUV99.05192.87109.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 214 (83.98% from 255) = 56.76%
R=19.36%
G=23.87%
B=56.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73902140.660.5800.16232.7763.2356.27
Hex495AD6423A010e93f38
Octal111132326102720203517770
Binary1001001101101011010110100001011101001000011101001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,90,214); }

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

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

 a { background-color: rgb(73,90,214); }

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

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

 span { border-color: rgb(73,90,214); }

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