#495777

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

Shades of Chambray #495777

Tints of Chambray #495777

Color information

#495777 (or 0x495777) is unknown color: approx Chambray. HEX triplet: 49, 57 and 77. RGB value is (73,87,119). Sum of RGB (Red+Green+Blue) = 73+87+119=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #495777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495777 is #B6A888. Grayscale: #565656. Windows color (decimal): -11970697 or 7821129. OLE color: 7821129.

HSL color Cylindrical-coordinate representation of color #495777: hue angle of 221.74º 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 #495777 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7387119-
CMYK0.390.2700.53
HSL221.74º23.96%37.65%-
HSV(B)221.74º38.66%46.67%-
XYZ9.499.5618.8-
YUV86.46146.36118.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=26.16%
G=31.18%
B=42.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73871190.390.2700.53221.7423.9637.65
Hex495777271B035de1826
Octal11112716747330653363046
Binary1001001101011111101111001111101101101011101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495777; }

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

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

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

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

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

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

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

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