#496A68

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

Shades of William #496A68

Tints of William #496A68

Color information

#496A68 (or 0x496A68) is unknown color: approx William. HEX triplet: 49, 6A and 68. RGB value is (73,106,104). Sum of RGB (Red+Green+Blue) = 73+106+104=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 106 - color contains mainly: green. Hex color #496A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A68 is #B69597. Grayscale: #5F5F5F. Windows color (decimal): -11965848 or 6842953. OLE color: 6842953.

HSL color Cylindrical-coordinate representation of color #496A68: hue angle of 176.36º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #496A68 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB73106104-
CMYK0.3100.020.58
HSL176.36º18.44%35.1%-
HSV(B)176.36º31.13%41.57%-
XYZ10.412.7215-
YUV95.9132.57111.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=25.80%
G=37.46%
B=36.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal731061040.3100.020.58176.3618.4435.1
Hex496A681F023Ab01223
Octal1111521503702722602243
Binary100100111010101101000111110101110101011000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496A68; }

 p { color: rgb(73,106,104); }

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

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

 a { background-color: rgb(73,106,104); }

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

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

 span { border-color: rgb(73,106,104); }

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