#495B72

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

Shades of Chambray #495B72

Tints of Chambray #495B72

Color information

#495B72 (or 0x495B72) is unknown color: approx Chambray. HEX triplet: 49, 5B and 72. RGB value is (73,91,114). Sum of RGB (Red+Green+Blue) = 73+91+114=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #495B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B72 is #B6A48D. Grayscale: #585858. Windows color (decimal): -11969678 or 7494473. OLE color: 7494473.

HSL color Cylindrical-coordinate representation of color #495B72: hue angle of 213.66º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495B72 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7391114-
CMYK0.360.2000.55
HSL213.66º21.93%36.67%-
HSV(B)213.66º35.96%44.71%-
XYZ9.5310.1117.37-
YUV88.24142.54117.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=26.26%
G=32.73%
B=41.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73911140.360.2000.55213.6621.9336.67
Hex495B722414037d61625
Octal11113316244240673262645
Binary1001001101101111100101001001010001101111101011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,114); }

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

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

 a { background-color: rgb(73,91,114); }

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

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

 span { border-color: rgb(73,91,114); }

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