#495A6F

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

Shades of Chambray #495A6F

Tints of Chambray #495A6F

Color information

#495A6F (or 0x495A6F) is unknown color: approx Chambray. HEX triplet: 49, 5A and 6F. RGB value is (73,90,111). Sum of RGB (Red+Green+Blue) = 73+90+111=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #495A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A6F is #B6A590. Grayscale: #575757. Windows color (decimal): -11969937 or 7297609. OLE color: 7297609.

HSL color Cylindrical-coordinate representation of color #495A6F: hue angle of 213.16º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495A6F is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7390111-
CMYK0.340.1900.56
HSL213.16º20.65%36.08%-
HSV(B)213.16º34.23%43.53%-
XYZ9.279.8816.46-
YUV87.31141.37117.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=26.64%
G=32.85%
B=40.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73901110.340.1900.56213.1620.6536.08
Hex495A6F2213038d51524
Octal11113215742230703252544
Binary1001001101101011011111000101001101110001101010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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