#476075

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

Shades of Chambray #476075

Tints of Chambray #476075

Color information

#476075 (or 0x476075) is unknown color: approx Chambray. HEX triplet: 47, 60 and 75. RGB value is (71,96,117). Sum of RGB (Red+Green+Blue) = 71+96+117=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #476075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476075 is #B89F8A. Grayscale: #5A5A5A. Windows color (decimal): -12099467 or 7692359. OLE color: 7692359.

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

Color convert

RGB7196117-
CMYK0.390.1800.54
HSL207.39º24.47%36.86%-
HSV(B)207.39º39.32%45.88%-
XYZ9.9910.9918.42-
YUV90.92142.72113.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=25%
G=33.80%
B=41.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71961170.390.1800.54207.3924.4736.86
Hex4760752712036cf1825
Octal10714016547220663173045
Binary1000111110000011101011001111001001101101100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476075; }

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

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

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

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

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

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

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

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