#495C70

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

Shades of Chambray #495C70

Tints of Chambray #495C70

Color information

#495C70 (or 0x495C70) is unknown color: approx Chambray. HEX triplet: 49, 5C and 70. RGB value is (73,92,112). Sum of RGB (Red+Green+Blue) = 73+92+112=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #495C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C70 is #B6A38F. Grayscale: #585858. Windows color (decimal): -11969424 or 7363657. OLE color: 7363657.

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

Color convert

RGB7392112-
CMYK0.350.1800.56
HSL210.77º21.08%36.27%-
HSV(B)210.77º34.82%43.92%-
XYZ9.510.2416.81-
YUV88.6141.21116.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=26.35%
G=33.21%
B=40.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73921120.350.1800.56210.7721.0836.27
Hex495C702312038d31524
Octal11113416043220703232544
Binary1001001101110011100001000111001001110001101001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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