#475685

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

Shades of Chambray #475685

Tints of Chambray #475685

Color information

#475685 (or 0x475685) is unknown color: approx Chambray. HEX triplet: 47, 56 and 85. RGB value is (71,86,133). Sum of RGB (Red+Green+Blue) = 71+86+133=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #475685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475685 is #B8A97A. Grayscale: #565656. Windows color (decimal): -12102011 or 8738375. OLE color: 8738375.

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

Color convert

RGB7186133-
CMYK0.470.3500.48
HSL225.48º30.39%40%-
HSV(B)225.48º46.62%52.16%-
XYZ10.169.6923.52-
YUV86.87154.03116.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=24.48%
G=29.66%
B=45.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71861330.470.3500.48225.4830.3940
Hex4756852F23030e11e28
Octal10712620557430603413650
Binary100011110101101000010110111110001101100001110000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475685; }

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

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

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

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

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

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

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

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