#495BC5

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

Shades of Free Speech Blue #495BC5

Tints of Free Speech Blue #495BC5

Color information

#495BC5 (or 0x495BC5) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5B and C5. RGB value is (73,91,197). Sum of RGB (Red+Green+Blue) = 73+91+197=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #495BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BC5 is #B6A43A. Grayscale: #616161. Windows color (decimal): -11969595 or 12933961. OLE color: 12933961.

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

Color convert

RGB7391197-
CMYK0.630.5400.23
HSL231.29º51.67%52.94%-
HSV(B)231.29º62.94%77.25%-
XYZ16.5712.9354.45-
YUV97.7184.04110.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 197 (77.34% from 255) = 54.57%
R=20.22%
G=25.21%
B=54.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73911970.630.5400.23231.2951.6752.94
Hex495BC53F36017e73435
Octal11113330577660273476465
Binary100100110110111100010111111111011001011111100111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,197); }

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

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

 a { background-color: rgb(73,91,197); }

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

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

 span { border-color: rgb(73,91,197); }

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