#495ECF

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

Shades of Free Speech Blue #495ECF

Tints of Free Speech Blue #495ECF

Color information

#495ECF (or 0x495ECF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 5E and CF. RGB value is (73,94,207). Sum of RGB (Red+Green+Blue) = 73+94+207=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #495ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ECF is #B6A130. Grayscale: #646464. Windows color (decimal): -11968817 or 13590089. OLE color: 13590089.

HSL color Cylindrical-coordinate representation of color #495ECF: hue angle of 230.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495ECF is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7394207-
CMYK0.650.5500.19
HSL230.6º58.26%54.9%-
HSV(B)230.6º64.73%81.18%-
XYZ18.0113.9360.77-
YUV100.6188.04108.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 207 (81.25% from 255) = 55.35%
R=19.52%
G=25.13%
B=55.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73942070.650.5500.19230.658.2654.9
Hex495ECF4137013e73a37
Octal111136317101670233477267
Binary1001001101111011001111100000111011101001111100111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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