#475A83

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

Shades of Chambray #475A83

Tints of Chambray #475A83

Color information

#475A83 (or 0x475A83) is unknown color: approx Chambray. HEX triplet: 47, 5A and 83. RGB value is (71,90,131). Sum of RGB (Red+Green+Blue) = 71+90+131=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #475A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475A83 is #B8A57C. Grayscale: #585858. Windows color (decimal): -12100989 or 8608327. OLE color: 8608327.

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

Color convert

RGB7190131-
CMYK0.460.3100.49
HSL221º29.7%39.61%-
HSV(B)221º45.8%51.37%-
XYZ10.3510.2922.91-
YUV88.99151.71115.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=24.32%
G=30.82%
B=44.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71901310.460.3100.4922129.739.61
Hex475A832E1F031dd1e28
Octal10713220356370613353650
Binary10001111011010100000111011101111101100011101110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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