#475C74

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

Shades of Chambray #475C74

Tints of Chambray #475C74

Color information

#475C74 (or 0x475C74) is unknown color: approx Chambray. HEX triplet: 47, 5C and 74. RGB value is (71,92,116). Sum of RGB (Red+Green+Blue) = 71+92+116=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #475C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C74 is #B8A38B. Grayscale: #585858. Windows color (decimal): -12100492 or 7625799. OLE color: 7625799.

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

Color convert

RGB7192116-
CMYK0.390.2100.55
HSL212º24.06%36.67%-
HSV(B)212º38.79%45.49%-
XYZ9.5810.2518-
YUV88.46143.54115.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=25.45%
G=32.97%
B=41.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71921160.390.2100.5521224.0636.67
Hex475C742715037d41825
Octal10713416447250673243045
Binary1000111101110011101001001111010101101111101010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,92,116); }

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

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

 a { background-color: rgb(71,92,116); }

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

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

 span { border-color: rgb(71,92,116); }

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