#475875

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

Shades of Chambray #475875

Tints of Chambray #475875

Color information

#475875 (or 0x475875) is unknown color: approx Chambray. HEX triplet: 47, 58 and 75. RGB value is (71,88,117). Sum of RGB (Red+Green+Blue) = 71+88+117=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #475875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475875 is #B8A78A. Grayscale: #565656. Windows color (decimal): -12101515 or 7690311. OLE color: 7690311.

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

Color convert

RGB7188117-
CMYK0.390.2500.54
HSL217.83º24.47%36.86%-
HSV(B)217.83º39.32%45.88%-
XYZ9.39.618.19-
YUV86.22145.37117.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=25.72%
G=31.88%
B=42.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71881170.390.2500.54217.8324.4736.86
Hex4758752719036da1825
Octal10713016547310663323045
Binary1000111101100011101011001111100101101101101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475875; }

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

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

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

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

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

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

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

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