#495B78

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

Shades of Chambray #495B78

Tints of Chambray #495B78

Color information

#495B78 (or 0x495B78) is unknown color: approx Chambray. HEX triplet: 49, 5B and 78. RGB value is (73,91,120). Sum of RGB (Red+Green+Blue) = 73+91+120=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #495B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B78 is #B6A487. Grayscale: #585858. Windows color (decimal): -11969672 or 7887689. OLE color: 7887689.

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

Color convert

RGB7391120-
CMYK0.390.2400.53
HSL217.02º24.35%37.84%-
HSV(B)217.02º39.17%47.06%-
XYZ9.8810.2519.23-
YUV88.92145.54116.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=25.70%
G=32.04%
B=42.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73911200.390.2400.53217.0224.3537.84
Hex495B782718035d91826
Octal11113317047300653313046
Binary1001001101101111110001001111100001101011101100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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