#495E77

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

Shades of Chambray #495E77

Tints of Chambray #495E77

Color information

#495E77 (or 0x495E77) is unknown color: approx Chambray. HEX triplet: 49, 5E and 77. RGB value is (73,94,119). Sum of RGB (Red+Green+Blue) = 73+94+119=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #495E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E77 is #B6A188. Grayscale: #5A5A5A. Windows color (decimal): -11968905 or 7822921. OLE color: 7822921.

HSL color Cylindrical-coordinate representation of color #495E77: hue angle of 212.61º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495E77 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7394119-
CMYK0.390.2100.53
HSL212.61º23.96%37.65%-
HSV(B)212.61º38.66%46.67%-
XYZ10.0810.7519-
YUV90.57144.04115.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=25.52%
G=32.87%
B=41.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73941190.390.2100.53212.6123.9637.65
Hex495E772715035d51826
Octal11113616747250653253046
Binary1001001101111011101111001111010101101011101010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,94,119); }

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

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

 a { background-color: rgb(73,94,119); }

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

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

 span { border-color: rgb(73,94,119); }

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