#495A6D

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

Shades of Chambray #495A6D

Tints of Chambray #495A6D

Color information

#495A6D (or 0x495A6D) is unknown color: approx Chambray. HEX triplet: 49, 5A and 6D. RGB value is (73,90,109). Sum of RGB (Red+Green+Blue) = 73+90+109=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #495A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A6D is #B6A592. Grayscale: #565656. Windows color (decimal): -11969939 or 7166537. OLE color: 7166537.

HSL color Cylindrical-coordinate representation of color #495A6D: hue angle of 211.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #495A6D is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7390109-
CMYK0.330.1700.57
HSL211.67º19.78%35.69%-
HSV(B)211.67º33.03%42.75%-
XYZ9.169.8315.88-
YUV87.08140.37117.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=26.84%
G=33.09%
B=40.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73901090.330.1700.57211.6719.7835.69
Hex495A6D2111039d41424
Octal11113215541210713242444
Binary1001001101101011011011000011000101110011101010010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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