#495E78

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

Shades of Chambray #495E78

Tints of Chambray #495E78

Color information

#495E78 (or 0x495E78) is unknown color: approx Chambray. HEX triplet: 49, 5E and 78. RGB value is (73,94,120). Sum of RGB (Red+Green+Blue) = 73+94+120=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #495E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E78 is #B6A187. Grayscale: #5A5A5A. Windows color (decimal): -11968904 or 7888457. OLE color: 7888457.

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

Color convert

RGB7394120-
CMYK0.390.2200.53
HSL213.19º24.35%37.84%-
HSV(B)213.19º39.17%47.06%-
XYZ10.1410.7819.32-
YUV90.68144.54115.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=25.44%
G=32.75%
B=41.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73941200.390.2200.53213.1924.3537.84
Hex495E782716035d51826
Octal11113617047260653253046
Binary1001001101111011110001001111011001101011101010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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