#49847C

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

Shades of Breaker Bay #49847C

Tints of Breaker Bay #49847C

Color information

#49847C (or 0x49847C) is unknown color: approx Breaker Bay. HEX triplet: 49, 84 and 7C. RGB value is (73,132,124). Sum of RGB (Red+Green+Blue) = 73+132+124=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #49847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49847C is #B67B83. Grayscale: #717171. Windows color (decimal): -11959172 or 8160329. OLE color: 8160329.

HSL color Cylindrical-coordinate representation of color #49847C: hue angle of 171.86º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49847C is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB73132124-
CMYK0.4500.060.48
HSL171.86º28.78%40.2%-
HSV(B)171.86º44.7%51.76%-
XYZ14.6419.3722.04-
YUV113.45133.9599.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=22.19%
G=40.12%
B=37.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731321240.4500.060.48171.8628.7840.2
Hex49847C2D0630ac1d28
Octal1112041745506602543550
Binary100100110000100111110010110101101100001010110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,132,124); }

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

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

 a { background-color: rgb(73,132,124); }

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

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

 span { border-color: rgb(73,132,124); }

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