#495C6F

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

Shades of Chambray #495C6F

Tints of Chambray #495C6F

Color information

#495C6F (or 0x495C6F) is unknown color: approx Chambray. HEX triplet: 49, 5C and 6F. RGB value is (73,92,111). Sum of RGB (Red+Green+Blue) = 73+92+111=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #495C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C6F is #B6A390. Grayscale: #585858. Windows color (decimal): -11969425 or 7298121. OLE color: 7298121.

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

Color convert

RGB7392111-
CMYK0.340.1700.56
HSL210º20.65%36.08%-
HSV(B)210º34.23%43.53%-
XYZ9.4410.2216.51-
YUV88.48140.71116.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=26.45%
G=33.33%
B=40.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73921110.340.1700.5621020.6536.08
Hex495C6F2211038d21524
Octal11113415742210703222544
Binary1001001101110011011111000101000101110001101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,92,111); }

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

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

 a { background-color: rgb(73,92,111); }

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

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

 span { border-color: rgb(73,92,111); }

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