#495C6E

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

Shades of Chambray #495C6E

Tints of Chambray #495C6E

Color information

#495C6E (or 0x495C6E) is unknown color: approx Chambray. HEX triplet: 49, 5C and 6E. RGB value is (73,92,110). Sum of RGB (Red+Green+Blue) = 73+92+110=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #495C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C6E is #B6A391. Grayscale: #585858. Windows color (decimal): -11969426 or 7232585. OLE color: 7232585.

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

Color convert

RGB7392110-
CMYK0.340.1600.57
HSL209.19º20.22%35.88%-
HSV(B)209.19º33.64%43.14%-
XYZ9.3910.216.23-
YUV88.37140.21117.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 110 (43.36% from 255) = 40%
R=26.55%
G=33.45%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73921100.340.1600.57209.1920.2235.88
Hex495C6E2210039d11424
Octal11113415642200713212444
Binary1001001101110011011101000101000001110011101000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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