#495EBA

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

Shades of Free Speech Blue #495EBA

Tints of Free Speech Blue #495EBA

Color information

#495EBA (or 0x495EBA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5E and BA. RGB value is (73,94,186). Sum of RGB (Red+Green+Blue) = 73+94+186=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #495EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EBA is #B6A145. Grayscale: #616161. Windows color (decimal): -11968838 or 12213833. OLE color: 12213833.

HSL color Cylindrical-coordinate representation of color #495EBA: hue angle of 228.85º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495EBA is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7394186-
CMYK0.610.4900.27
HSL228.85º45.02%50.78%-
HSV(B)228.85º60.75%72.94%-
XYZ15.6112.9748.13-
YUV98.21177.54110.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=20.68%
G=26.63%
B=52.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73941860.610.4900.27228.8545.0250.78
Hex495EBA3D3101Be52d33
Octal11113627275610333455563
Binary100100110111101011101011110111000101101111100101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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