#495DD1

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

Shades of Free Speech Blue #495DD1

Tints of Free Speech Blue #495DD1

Color information

#495DD1 (or 0x495DD1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5D and D1. RGB value is (73,93,209). Sum of RGB (Red+Green+Blue) = 73+93+209=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #495DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DD1 is #B6A22E. Grayscale: #636363. Windows color (decimal): -11969071 or 13720905. OLE color: 13720905.

HSL color Cylindrical-coordinate representation of color #495DD1: hue angle of 231.18º 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 #495DD1 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7393209-
CMYK0.650.5600.18
HSL231.18º59.65%55.29%-
HSV(B)231.18º65.07%81.96%-
XYZ18.1713.8562.04-
YUV100.24189.37108.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 209 (82.03% from 255) = 55.73%
R=19.47%
G=24.8%
B=55.73%

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
Decimal73932090.650.5600.18231.1859.6555.29
Hex495DD14138012e73c37
Octal111135321101700223477467
Binary1001001101110111010001100000111100001001011100111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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