#496764

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

Shades of William #496764

Tints of William #496764

Color information

#496764 (or 0x496764) is unknown color: approx William. HEX triplet: 49, 67 and 64. RGB value is (73,103,100). Sum of RGB (Red+Green+Blue) = 73+103+100=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #496764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496764 is #B6989B. Grayscale: #5D5D5D. Windows color (decimal): -11966620 or 6580041. OLE color: 6580041.

HSL color Cylindrical-coordinate representation of color #496764: hue angle of 174º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496764 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB73103100-
CMYK0.2900.030.60
HSL174º17.05%34.51%-
HSV(B)174º29.13%40.39%-
XYZ9.912.0413.86-
YUV93.69131.56113.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=26.45%
G=37.32%
B=36.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal731031000.2900.030.6017417.0534.51
Hex4967641D033Cae1123
Octal1111471443503742562143
Binary100100111001111100100111010111111001010111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496764; }

 p { color: rgb(73,103,100); }

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

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

 a { background-color: rgb(73,103,100); }

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

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

 span { border-color: rgb(73,103,100); }

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