#495BC1

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

Shades of Free Speech Blue #495BC1

Tints of Free Speech Blue #495BC1

Color information

#495BC1 (or 0x495BC1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5B and C1. RGB value is (73,91,193). Sum of RGB (Red+Green+Blue) = 73+91+193=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #495BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BC1 is #B6A43E. Grayscale: #606060. Windows color (decimal): -11969599 or 12671817. OLE color: 12671817.

HSL color Cylindrical-coordinate representation of color #495BC1: hue angle of 231º 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 #495BC1 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7391193-
CMYK0.620.5300.24
HSL231º49.18%52.16%-
HSV(B)231º62.18%75.69%-
XYZ16.1112.7552.06-
YUV97.25182.04110.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 193 (75.78% from 255) = 54.06%
R=20.45%
G=25.49%
B=54.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73911930.620.5300.2423149.1852.16
Hex495BC13E35018e73134
Octal11113330176650303476164
Binary100100110110111100000111111011010101100011100111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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