#475975

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

Shades of Chambray #475975

Tints of Chambray #475975

Color information

#475975 (or 0x475975) is unknown color: approx Chambray. HEX triplet: 47, 59 and 75. RGB value is (71,89,117). Sum of RGB (Red+Green+Blue) = 71+89+117=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #475975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475975 is #B8A68A. Grayscale: #565656. Windows color (decimal): -12101259 or 7690567. OLE color: 7690567.

HSL color Cylindrical-coordinate representation of color #475975: hue angle of 216.52º 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 #475975 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7189117-
CMYK0.390.2400.54
HSL216.52º24.47%36.86%-
HSV(B)216.52º39.32%45.88%-
XYZ9.389.7718.22-
YUV86.81145.04116.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=25.63%
G=32.13%
B=42.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71891170.390.2400.54216.5224.4736.86
Hex4759752718036d91825
Octal10713116547300663313045
Binary1000111101100111101011001111100001101101101100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475975; }

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

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

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

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

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

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

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

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