#475D7A

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

Shades of Chambray #475D7A

Tints of Chambray #475D7A

Color information

#475D7A (or 0x475D7A) is unknown color: approx Chambray. HEX triplet: 47, 5D and 7A. RGB value is (71,93,122). Sum of RGB (Red+Green+Blue) = 71+93+122=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #475D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D7A is #B8A285. Grayscale: #595959. Windows color (decimal): -12100230 or 8019271. OLE color: 8019271.

HSL color Cylindrical-coordinate representation of color #475D7A: hue angle of 214.12º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #475D7A is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7193122-
CMYK0.420.2400.52
HSL214.12º26.42%37.84%-
HSV(B)214.12º41.8%47.84%-
XYZ10.0310.5719.92-
YUV89.73146.21114.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=24.83%
G=32.52%
B=42.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71931220.420.2400.52214.1226.4237.84
Hex475D7A2A18034d61a26
Octal10713517252300643263246
Binary1000111101110111110101010101100001101001101011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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