#496A67

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

Shades of William #496A67

Tints of William #496A67

Color information

#496A67 (or 0x496A67) is unknown color: approx William. HEX triplet: 49, 6A and 67. RGB value is (73,106,103). Sum of RGB (Red+Green+Blue) = 73+106+103=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #496A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A67 is #B69598. Grayscale: #5F5F5F. Windows color (decimal): -11965849 or 6777417. OLE color: 6777417.

HSL color Cylindrical-coordinate representation of color #496A67: hue angle of 174.55º 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 #496A67 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB73106103-
CMYK0.3100.030.58
HSL174.55º18.44%35.1%-
HSV(B)174.55º31.13%41.57%-
XYZ10.3512.714.74-
YUV95.79132.07111.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=25.89%
G=37.59%
B=36.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal731061030.3100.030.58174.5518.4435.1
Hex496A671F033Aaf1223
Octal1111521473703722572243
Binary100100111010101100111111110111110101010111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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