#475D7B

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

Shades of Chambray #475D7B

Tints of Chambray #475D7B

Color information

#475D7B (or 0x475D7B) is unknown color: approx Chambray. HEX triplet: 47, 5D and 7B. RGB value is (71,93,123). Sum of RGB (Red+Green+Blue) = 71+93+123=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #475D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D7B is #B8A284. Grayscale: #595959. Windows color (decimal): -12100229 or 8084807. OLE color: 8084807.

HSL color Cylindrical-coordinate representation of color #475D7B: hue angle of 214.62º degrees, saturation: 0.27, 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 #475D7B is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7193123-
CMYK0.420.2400.52
HSL214.62º26.8%38.04%-
HSV(B)214.62º42.28%48.24%-
XYZ10.0910.620.25-
YUV89.84146.71114.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=24.74%
G=32.40%
B=42.86%

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
Decimal71931230.420.2400.52214.6226.838.04
Hex475D7B2A18034d71b26
Octal10713517352300643273346
Binary1000111101110111110111010101100001101001101011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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