#47837C

Color #47837C Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #47837C

Tints of Breaker Bay #47837C

Color information

#47837C (or 0x47837C) is unknown color: approx Breaker Bay. HEX triplet: 47, 83 and 7C. RGB value is (71,131,124). Sum of RGB (Red+Green+Blue) = 71+131+124=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #47837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47837C is #B87C83. Grayscale: #707070. Windows color (decimal): -12090500 or 8160071. OLE color: 8160071.

HSL color Cylindrical-coordinate representation of color #47837C: hue angle of 173º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47837C is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB71131124-
CMYK0.4600.050.49
HSL173º29.7%39.61%-
HSV(B)173º45.8%51.37%-
XYZ14.3519.0321.98-
YUV112.26134.6298.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=21.78%
G=40.18%
B=38.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711311240.4600.050.4917329.739.61
Hex47837C2E0531ad1e28
Octal1072031745605612553650
Binary100011110000011111110010111001011100011010110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47837C; }

 p { color: rgb(71,131,124); }

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

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

 a { background-color: rgb(71,131,124); }

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

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

 span { border-color: rgb(71,131,124); }

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