#495579

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

Shades of Chambray #495579

Tints of Chambray #495579

Color information

#495579 (or 0x495579) is unknown color: approx Chambray. HEX triplet: 49, 55 and 79. RGB value is (73,85,121). Sum of RGB (Red+Green+Blue) = 73+85+121=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #495579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495579 is #B6AA86. Grayscale: #555555. Windows color (decimal): -11971207 or 7951689. OLE color: 7951689.

HSL color Cylindrical-coordinate representation of color #495579: hue angle of 225º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495579 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7385121-
CMYK0.400.3000.53
HSL225º24.74%38.04%-
HSV(B)225º39.67%47.45%-
XYZ9.459.2919.39-
YUV85.52148.02119.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=26.16%
G=30.47%
B=43.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73851210.400.3000.5322524.7438.04
Hex495579281E035e11926
Octal11112517150360653413146
Binary1001001101010111110011010001111001101011110000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495579; }

 p { color: rgb(73,85,121); }

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

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

 a { background-color: rgb(73,85,121); }

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

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

 span { border-color: rgb(73,85,121); }

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