#495C78

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

Shades of Chambray #495C78

Tints of Chambray #495C78

Color information

#495C78 (or 0x495C78) is unknown color: approx Chambray. HEX triplet: 49, 5C and 78. RGB value is (73,92,120). Sum of RGB (Red+Green+Blue) = 73+92+120=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #495C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C78 is #B6A387. Grayscale: #595959. Windows color (decimal): -11969416 or 7887945. OLE color: 7887945.

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

Color convert

RGB7392120-
CMYK0.390.2300.53
HSL215.74º24.35%37.84%-
HSV(B)215.74º39.17%47.06%-
XYZ9.9610.4319.26-
YUV89.51145.21116.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=25.61%
G=32.28%
B=42.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73921200.390.2300.53215.7424.3537.84
Hex495C782717035d81826
Octal11113417047270653303046
Binary1001001101110011110001001111011101101011101100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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