#495A70

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

Shades of Chambray #495A70

Tints of Chambray #495A70

Color information

#495A70 (or 0x495A70) is unknown color: approx Chambray. HEX triplet: 49, 5A and 70. RGB value is (73,90,112). Sum of RGB (Red+Green+Blue) = 73+90+112=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #495A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A70 is #B6A58F. Grayscale: #575757. Windows color (decimal): -11969936 or 7363145. OLE color: 7363145.

HSL color Cylindrical-coordinate representation of color #495A70: hue angle of 213.85º 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 #495A70 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7390112-
CMYK0.350.2000.56
HSL213.85º21.08%36.27%-
HSV(B)213.85º34.82%43.92%-
XYZ9.339.916.75-
YUV87.42141.87117.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=26.55%
G=32.73%
B=40.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73901120.350.2000.56213.8521.0836.27
Hex495A702314038d61524
Octal11113216043240703262544
Binary1001001101101011100001000111010001110001101011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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