#495BD1

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

Shades of Free Speech Blue #495BD1

Tints of Free Speech Blue #495BD1

Color information

#495BD1 (or 0x495BD1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5B and D1. RGB value is (73,91,209). Sum of RGB (Red+Green+Blue) = 73+91+209=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #495BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BD1 is #B6A42E. Grayscale: #626262. Windows color (decimal): -11969583 or 13720393. OLE color: 13720393.

HSL color Cylindrical-coordinate representation of color #495BD1: hue angle of 232.06º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495BD1 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7391209-
CMYK0.650.5600.18
HSL232.06º59.65%55.29%-
HSV(B)232.06º65.07%81.96%-
XYZ1813.561.98-
YUV99.07190.04109.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 209 (82.03% from 255) = 56.03%
R=19.57%
G=24.40%
B=56.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73912090.650.5600.18232.0659.6555.29
Hex495BD14138012e83c37
Octal111133321101700223507467
Binary1001001101101111010001100000111100001001011101000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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