#475983

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

Shades of Chambray #475983

Tints of Chambray #475983

Color information

#475983 (or 0x475983) is unknown color: approx Chambray. HEX triplet: 47, 59 and 83. RGB value is (71,89,131). Sum of RGB (Red+Green+Blue) = 71+89+131=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #475983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475983 is #B8A67C. Grayscale: #585858. Windows color (decimal): -12101245 or 8608071. OLE color: 8608071.

HSL color Cylindrical-coordinate representation of color #475983: hue angle of 222º 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 #475983 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7189131-
CMYK0.460.3200.49
HSL222º29.7%39.61%-
HSV(B)222º45.8%51.37%-
XYZ10.2710.1222.89-
YUV88.41152.04115.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=24.40%
G=30.58%
B=45.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71891310.460.3200.4922229.739.61
Hex4759832E20031de1e28
Octal10713120356400613363650
Binary100011110110011000001110111010000001100011101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475983; }

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

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

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

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

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

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

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

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