#475A7D

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

Shades of Chambray #475A7D

Tints of Chambray #475A7D

Color information

#475A7D (or 0x475A7D) is unknown color: approx Chambray. HEX triplet: 47, 5A and 7D. RGB value is (71,90,125). Sum of RGB (Red+Green+Blue) = 71+90+125=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #475A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A7D is #B8A582. Grayscale: #585858. Windows color (decimal): -12100995 or 8215111. OLE color: 8215111.

HSL color Cylindrical-coordinate representation of color #475A7D: hue angle of 218.89º degrees, saturation: 0.28, 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 #475A7D is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7190125-
CMYK0.430.2800.51
HSL218.89º27.55%38.43%-
HSV(B)218.89º43.2%49.02%-
XYZ9.9610.1320.83-
YUV88.31148.71115.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=24.83%
G=31.47%
B=43.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71901250.430.2800.51218.8927.5538.43
Hex475A7D2B1C033db1c26
Octal10713217553340633333446
Binary1000111101101011111011010111110001100111101101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,90,125); }

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

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

 a { background-color: rgb(71,90,125); }

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

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

 span { border-color: rgb(71,90,125); }

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