#495D70

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

Shades of Chambray #495D70

Tints of Chambray #495D70

Color information

#495D70 (or 0x495D70) is unknown color: approx Chambray. HEX triplet: 49, 5D and 70. RGB value is (73,93,112). Sum of RGB (Red+Green+Blue) = 73+93+112=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #495D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D70 is #B6A28F. Grayscale: #595959. Windows color (decimal): -11969168 or 7363913. OLE color: 7363913.

HSL color Cylindrical-coordinate representation of color #495D70: hue angle of 209.23º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495D70 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7393112-
CMYK0.350.1700.56
HSL209.23º21.08%36.27%-
HSV(B)209.23º34.82%43.92%-
XYZ9.5910.4216.83-
YUV89.19140.87116.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=26.26%
G=33.45%
B=40.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73931120.350.1700.56209.2321.0836.27
Hex495D702311038d11524
Octal11113516043210703212544
Binary1001001101110111100001000111000101110001101000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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