#475E7C

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

Shades of Chambray #475E7C

Tints of Chambray #475E7C

Color information

#475E7C (or 0x475E7C) is unknown color: approx Chambray. HEX triplet: 47, 5E and 7C. RGB value is (71,94,124). Sum of RGB (Red+Green+Blue) = 71+94+124=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #475E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E7C is #B8A183. Grayscale: #5A5A5A. Windows color (decimal): -12099972 or 8150599. OLE color: 8150599.

HSL color Cylindrical-coordinate representation of color #475E7C: hue angle of 213.96º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #475E7C is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7194124-
CMYK0.430.2400.51
HSL213.96º27.18%38.24%-
HSV(B)213.96º42.74%48.63%-
XYZ10.2410.820.61-
YUV90.54146.88114.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=24.57%
G=32.53%
B=42.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71941240.430.2400.51213.9627.1838.24
Hex475E7C2B18033d61b26
Octal10713617453300633263346
Binary1000111101111011111001010111100001100111101011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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