#475E73

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

Shades of Chambray #475E73

Tints of Chambray #475E73

Color information

#475E73 (or 0x475E73) is unknown color: approx Chambray. HEX triplet: 47, 5E and 73. RGB value is (71,94,115). Sum of RGB (Red+Green+Blue) = 71+94+115=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #475E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E73 is #B8A18C. Grayscale: #595959. Windows color (decimal): -12099981 or 7560775. OLE color: 7560775.

HSL color Cylindrical-coordinate representation of color #475E73: hue angle of 208.64º 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 #475E73 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7194115-
CMYK0.380.1800.55
HSL208.64º23.66%36.47%-
HSV(B)208.64º38.26%45.1%-
XYZ9.710.5817.75-
YUV89.52142.38114.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=25.36%
G=33.57%
B=41.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71941150.380.1800.55208.6423.6636.47
Hex475E732612037d11824
Octal10713616346220673213044
Binary1000111101111011100111001101001001101111101000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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