#495EC6

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

Shades of Free Speech Blue #495EC6

Tints of Free Speech Blue #495EC6

Color information

#495EC6 (or 0x495EC6) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5E and C6. RGB value is (73,94,198). Sum of RGB (Red+Green+Blue) = 73+94+198=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #495EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EC6 is #B6A139. Grayscale: #636363. Windows color (decimal): -11968826 or 13000265. OLE color: 13000265.

HSL color Cylindrical-coordinate representation of color #495EC6: hue angle of 229.92º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #495EC6 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7394198-
CMYK0.630.5300.22
HSL229.92º52.3%53.14%-
HSV(B)229.92º63.13%77.65%-
XYZ16.9413.555.14-
YUV99.58183.54109.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 198 (77.73% from 255) = 54.25%
R=20%
G=25.75%
B=54.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73941980.630.5300.22229.9252.353.14
Hex495EC63F35016e63435
Octal11113630677650263466465
Binary100100110111101100011011111111010101011011100110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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