#475A85

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

Shades of Chambray #475A85

Tints of Chambray #475A85

Color information

#475A85 (or 0x475A85) is unknown color: approx Chambray. HEX triplet: 47, 5A and 85. RGB value is (71,90,133). Sum of RGB (Red+Green+Blue) = 71+90+133=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #475A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475A85 is #B8A57A. Grayscale: #595959. Windows color (decimal): -12100987 or 8739399. OLE color: 8739399.

HSL color Cylindrical-coordinate representation of color #475A85: hue angle of 221.61º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475A85 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7190133-
CMYK0.470.3200.48
HSL221.61º30.39%40%-
HSV(B)221.61º46.62%52.16%-
XYZ10.4910.3523.63-
YUV89.22152.71115-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=24.15%
G=30.61%
B=45.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71901330.470.3200.48221.6130.3940
Hex475A852F20030de1e28
Octal10713220557400603363650
Binary100011110110101000010110111110000001100001101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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