#496074

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

Shades of Chambray #496074

Tints of Chambray #496074

Color information

#496074 (or 0x496074) is unknown color: approx Chambray. HEX triplet: 49, 60 and 74. RGB value is (73,96,116). Sum of RGB (Red+Green+Blue) = 73+96+116=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #496074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496074 is #B69F8B. Grayscale: #5B5B5B. Windows color (decimal): -11968396 or 7626825. OLE color: 7626825.

HSL color Cylindrical-coordinate representation of color #496074: hue angle of 207.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496074 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7396116-
CMYK0.370.1700.55
HSL207.91º22.75%37.06%-
HSV(B)207.91º37.07%45.49%-
XYZ10.0811.0418.12-
YUV91.4141.88114.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=25.61%
G=33.68%
B=40.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73961160.370.1700.55207.9122.7537.06
Hex4960742511037d01725
Octal11114016445210673202745
Binary1001001110000011101001001011000101101111101000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496074; }

 p { color: rgb(73,96,116); }

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

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

 a { background-color: rgb(73,96,116); }

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

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

 span { border-color: rgb(73,96,116); }

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