#476177

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

Shades of Chambray #476177

Tints of Chambray #476177

Color information

#476177 (or 0x476177) is unknown color: approx Chambray. HEX triplet: 47, 61 and 77. RGB value is (71,97,119). Sum of RGB (Red+Green+Blue) = 71+97+119=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #476177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476177 is #B89E88. Grayscale: #5B5B5B. Windows color (decimal): -12099209 or 7823687. OLE color: 7823687.

HSL color Cylindrical-coordinate representation of color #476177: hue angle of 207.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476177 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7197119-
CMYK0.400.1800.53
HSL207.5º25.26%37.25%-
HSV(B)207.5º40.34%46.67%-
XYZ10.211.2219.08-
YUV91.73143.39113.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=24.74%
G=33.80%
B=41.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71971190.400.1800.53207.525.2637.25
Hex4761772812035d01925
Octal10714116750220653203145
Binary1000111110000111101111010001001001101011101000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476177; }

 p { color: rgb(71,97,119); }

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

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

 a { background-color: rgb(71,97,119); }

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

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

 span { border-color: rgb(71,97,119); }

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