#475E82

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

Shades of Chambray #475E82

Tints of Chambray #475E82

Color information

#475E82 (or 0x475E82) is unknown color: approx Chambray. HEX triplet: 47, 5E and 82. RGB value is (71,94,130). Sum of RGB (Red+Green+Blue) = 71+94+130=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #475E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E82 is #B8A17D. Grayscale: #5B5B5B. Windows color (decimal): -12099966 or 8543815. OLE color: 8543815.

HSL color Cylindrical-coordinate representation of color #475E82: hue angle of 216.61º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475E82 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7194130-
CMYK0.450.2800.49
HSL216.61º29.35%39.41%-
HSV(B)216.61º45.38%50.98%-
XYZ10.6310.9622.67-
YUV91.23149.88113.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=24.07%
G=31.86%
B=44.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71941300.450.2800.49216.6129.3539.41
Hex475E822D1C031d91d27
Octal10713620255340613313547
Binary10001111011110100000101011011110001100011101100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,94,130); }

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

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

 a { background-color: rgb(71,94,130); }

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

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

 span { border-color: rgb(71,94,130); }

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