#495D79

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

Shades of Chambray #495D79

Tints of Chambray #495D79

Color information

#495D79 (or 0x495D79) is unknown color: approx Chambray. HEX triplet: 49, 5D and 79. RGB value is (73,93,121). Sum of RGB (Red+Green+Blue) = 73+93+121=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #495D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D79 is #B6A286. Grayscale: #5A5A5A. Windows color (decimal): -11969159 or 7953737. OLE color: 7953737.

HSL color Cylindrical-coordinate representation of color #495D79: hue angle of 215º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495D79 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7393121-
CMYK0.400.2300.53
HSL215º24.74%38.04%-
HSV(B)215º39.67%47.45%-
XYZ10.1110.6319.61-
YUV90.21145.37115.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=25.44%
G=32.40%
B=42.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73931210.400.2300.5321524.7438.04
Hex495D792817035d71926
Octal11113517150270653273146
Binary1001001101110111110011010001011101101011101011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D79; }

 p { color: rgb(73,93,121); }

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

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

 a { background-color: rgb(73,93,121); }

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

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

 span { border-color: rgb(73,93,121); }

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