#647484

Color #647484 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #647484

Tints of Lynch #647484

Color information

#647484 (or 0x647484) is unknown color: approx Lynch. HEX triplet: 64, 74 and 84. RGB value is (100,116,132). Sum of RGB (Red+Green+Blue) = 100+116+132=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #647484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647484 is #9B8B7B. Grayscale: #707070. Windows color (decimal): -10193788 or 8680548. OLE color: 8680548.

HSL color Cylindrical-coordinate representation of color #647484: hue angle of 210º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647484 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100116132-
CMYK0.240.1200.48
HSL210º13.79%45.49%-
HSV(B)210º24.24%51.76%-
XYZ15.6716.8724.26-
YUV113.04138.7118.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.74%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=28.74%
G=33.33%
B=37.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001161320.240.1200.4821013.7945.49
Hex64748418C030d2e2d
Octal14416420430140603221655
Binary11001001110100100001001100011000110000110100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647484; }

 p { color: rgb(100,116,132); }

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

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

 a { background-color: rgb(100,116,132); }

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

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

 span { border-color: rgb(100,116,132); }

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