#495ABB

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

Shades of Free Speech Blue #495ABB

Tints of Free Speech Blue #495ABB

Color information

#495ABB (or 0x495ABB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5A and BB. RGB value is (73,90,187). Sum of RGB (Red+Green+Blue) = 73+90+187=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #495ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ABB is #B6A544. Grayscale: #5F5F5F. Windows color (decimal): -11969861 or 12278345. OLE color: 12278345.

HSL color Cylindrical-coordinate representation of color #495ABB: hue angle of 231.05º degrees, saturation: 0.46, 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 #495ABB is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7390187-
CMYK0.610.5200.27
HSL231.05º45.6%50.98%-
HSV(B)231.05º60.96%73.33%-
XYZ15.3712.3248.58-
YUV95.98179.37111.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 187 (73.44% from 255) = 53.43%
R=20.86%
G=25.71%
B=53.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73901870.610.5200.27231.0545.650.98
Hex495ABB3D3401Be72e33
Octal11113227375640333475663
Binary100100110110101011101111110111010001101111100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,90,187); }

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

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

 a { background-color: rgb(73,90,187); }

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

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

 span { border-color: rgb(73,90,187); }

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