#495A74

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

Shades of Chambray #495A74

Tints of Chambray #495A74

Color information

#495A74 (or 0x495A74) is unknown color: approx Chambray. HEX triplet: 49, 5A and 74. RGB value is (73,90,116). Sum of RGB (Red+Green+Blue) = 73+90+116=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #495A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A74 is #B6A58B. Grayscale: #575757. Windows color (decimal): -11969932 or 7625289. OLE color: 7625289.

HSL color Cylindrical-coordinate representation of color #495A74: hue angle of 216.28º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495A74 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7390116-
CMYK0.370.2200.55
HSL216.28º22.75%37.06%-
HSV(B)216.28º37.07%45.49%-
XYZ9.569.9917.95-
YUV87.88143.87117.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=26.16%
G=32.26%
B=41.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73901160.370.2200.55216.2822.7537.06
Hex495A742516037d81725
Octal11113216445260673302745
Binary1001001101101011101001001011011001101111101100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,90,116); }

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

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

 a { background-color: rgb(73,90,116); }

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

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

 span { border-color: rgb(73,90,116); }

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