#495B74

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

Shades of Chambray #495B74

Tints of Chambray #495B74

Color information

#495B74 (or 0x495B74) is unknown color: approx Chambray. HEX triplet: 49, 5B and 74. RGB value is (73,91,116). Sum of RGB (Red+Green+Blue) = 73+91+116=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #495B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B74 is #B6A48B. Grayscale: #585858. Windows color (decimal): -11969676 or 7625545. OLE color: 7625545.

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

Color convert

RGB7391116-
CMYK0.370.2200.55
HSL214.88º22.75%37.06%-
HSV(B)214.88º37.07%45.49%-
XYZ9.6410.1617.98-
YUV88.47143.54116.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=26.07%
G=32.5%
B=41.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73911160.370.2200.55214.8822.7537.06
Hex495B742516037d71725
Octal11113316445260673272745
Binary1001001101101111101001001011011001101111101011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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