#475D73

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

Shades of Chambray #475D73

Tints of Chambray #475D73

Color information

#475D73 (or 0x475D73) is unknown color: approx Chambray. HEX triplet: 47, 5D and 73. RGB value is (71,93,115). Sum of RGB (Red+Green+Blue) = 71+93+115=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #475D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D73 is #B8A28C. Grayscale: #585858. Windows color (decimal): -12100237 or 7560519. OLE color: 7560519.

HSL color Cylindrical-coordinate representation of color #475D73: hue angle of 210º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475D73 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7193115-
CMYK0.380.1900.55
HSL210º23.66%36.47%-
HSV(B)210º38.26%45.1%-
XYZ9.6110.4117.72-
YUV88.93142.71115.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=25.45%
G=33.33%
B=41.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71931150.380.1900.5521023.6636.47
Hex475D732613037d21824
Octal10713516346230673223044
Binary1000111101110111100111001101001101101111101001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475D73; }

 p { color: rgb(71,93,115); }

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

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

 a { background-color: rgb(71,93,115); }

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

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

 span { border-color: rgb(71,93,115); }

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