#475D8A

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

Shades of Chambray #475D8A

Tints of Chambray #475D8A

Color information

#475D8A (or 0x475D8A) is unknown color: approx Chambray. HEX triplet: 47, 5D and 8A. RGB value is (71,93,138). Sum of RGB (Red+Green+Blue) = 71+93+138=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #475D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D8A is #B8A275. Grayscale: #5B5B5B. Windows color (decimal): -12100214 or 9067847. OLE color: 9067847.

HSL color Cylindrical-coordinate representation of color #475D8A: hue angle of 220.3º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #475D8A is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7193138-
CMYK0.490.3300.46
HSL220.3º32.06%40.98%-
HSV(B)220.3º48.55%54.12%-
XYZ11.11125.58-
YUV91.55154.21113.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=23.51%
G=30.79%
B=45.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71931380.490.3300.46220.332.0640.98
Hex475D8A312102Edc2029
Octal10713521261410563344051
Binary1000111101110110001010110001100001010111011011100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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