#495FC1

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

Shades of Free Speech Blue #495FC1

Tints of Free Speech Blue #495FC1

Color information

#495FC1 (or 0x495FC1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5F and C1. RGB value is (73,95,193). Sum of RGB (Red+Green+Blue) = 73+95+193=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #495FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FC1 is #B6A03E. Grayscale: #636363. Windows color (decimal): -11968575 or 12672841. OLE color: 12672841.

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

Color convert

RGB7395193-
CMYK0.620.5100.24
HSL229º49.18%52.16%-
HSV(B)229º62.18%75.69%-
XYZ16.4713.4552.18-
YUV99.59180.71109.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 193 (75.78% from 255) = 53.46%
R=20.22%
G=26.32%
B=53.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73951930.620.5100.2422949.1852.16
Hex495FC13E33018e53134
Octal11113730176630303456164
Binary100100110111111100000111111011001101100011100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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