#475B85

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

Shades of Chambray #475B85

Tints of Chambray #475B85

Color information

#475B85 (or 0x475B85) is unknown color: approx Chambray. HEX triplet: 47, 5B and 85. RGB value is (71,91,133). Sum of RGB (Red+Green+Blue) = 71+91+133=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #475B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B85 is #B8A47A. Grayscale: #595959. Windows color (decimal): -12100731 or 8739655. OLE color: 8739655.

HSL color Cylindrical-coordinate representation of color #475B85: hue angle of 220.65º 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 #475B85 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7191133-
CMYK0.470.3200.48
HSL220.65º30.39%40%-
HSV(B)220.65º46.62%52.16%-
XYZ10.5710.5223.66-
YUV89.81152.37114.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=24.07%
G=30.85%
B=45.08%

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
Decimal71911330.470.3200.48220.6530.3940
Hex475B852F20030dd1e28
Octal10713320557400603353650
Binary100011110110111000010110111110000001100001101110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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