#475C83

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

Shades of Chambray #475C83

Tints of Chambray #475C83

Color information

#475C83 (or 0x475C83) is unknown color: approx Chambray. HEX triplet: 47, 5C and 83. RGB value is (71,92,131). Sum of RGB (Red+Green+Blue) = 71+92+131=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #475C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C83 is #B8A37C. Grayscale: #595959. Windows color (decimal): -12100477 or 8608839. OLE color: 8608839.

HSL color Cylindrical-coordinate representation of color #475C83: hue angle of 219º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475C83 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7192131-
CMYK0.460.3000.49
HSL219º29.7%39.61%-
HSV(B)219º45.8%51.37%-
XYZ10.5210.6322.97-
YUV90.17151.04114.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=24.15%
G=31.29%
B=44.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71921310.460.3000.4921929.739.61
Hex475C832E1E031db1e28
Octal10713420356360613333650
Binary10001111011100100000111011101111001100011101101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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