#47837D

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

Shades of Breaker Bay #47837D

Tints of Breaker Bay #47837D

Color information

#47837D (or 0x47837D) is unknown color: approx Breaker Bay. HEX triplet: 47, 83 and 7D. RGB value is (71,131,125). Sum of RGB (Red+Green+Blue) = 71+131+125=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #47837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47837D is #B87C82. Grayscale: #707070. Windows color (decimal): -12090499 or 8225607. OLE color: 8225607.

HSL color Cylindrical-coordinate representation of color #47837D: hue angle of 174º 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 #47837D is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB71131125-
CMYK0.4600.050.49
HSL174º29.7%39.61%-
HSV(B)174º45.8%51.37%-
XYZ14.4219.0522.32-
YUV112.38135.1298.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=21.71%
G=40.06%
B=38.23%

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
Decimal711311250.4600.050.4917429.739.61
Hex47837D2E0531ae1e28
Octal1072031755605612563650
Binary100011110000011111110110111001011100011010111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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