#475775

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

Shades of Chambray #475775

Tints of Chambray #475775

Color information

#475775 (or 0x475775) is unknown color: approx Chambray. HEX triplet: 47, 57 and 75. RGB value is (71,87,117). Sum of RGB (Red+Green+Blue) = 71+87+117=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #475775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475775 is #B8A88A. Grayscale: #555555. Windows color (decimal): -12101771 or 7690055. OLE color: 7690055.

HSL color Cylindrical-coordinate representation of color #475775: hue angle of 219.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475775 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7187117-
CMYK0.390.2600.54
HSL219.13º24.47%36.86%-
HSV(B)219.13º39.32%45.88%-
XYZ9.229.4418.17-
YUV85.64145.7117.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=25.82%
G=31.64%
B=42.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71871170.390.2600.54219.1324.4736.86
Hex475775271A036db1825
Octal10712716547320663333045
Binary1000111101011111101011001111101001101101101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475775; }

 p { color: rgb(71,87,117); }

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

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

 a { background-color: rgb(71,87,117); }

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

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

 span { border-color: rgb(71,87,117); }

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