#475C7B

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

Shades of Chambray #475C7B

Tints of Chambray #475C7B

Color information

#475C7B (or 0x475C7B) is unknown color: approx Chambray. HEX triplet: 47, 5C and 7B. RGB value is (71,92,123). Sum of RGB (Red+Green+Blue) = 71+92+123=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #475C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C7B is #B8A384. Grayscale: #595959. Windows color (decimal): -12100485 or 8084551. OLE color: 8084551.

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

Color convert

RGB7192123-
CMYK0.420.2500.52
HSL215.77º26.8%38.04%-
HSV(B)215.77º42.28%48.24%-
XYZ1010.4220.22-
YUV89.26147.04114.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=24.83%
G=32.17%
B=43.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71921230.420.2500.52215.7726.838.04
Hex475C7B2A19034d81b26
Octal10713417352310643303346
Binary1000111101110011110111010101100101101001101100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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