#49847F

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

Shades of Breaker Bay #49847F

Tints of Breaker Bay #49847F

Color information

#49847F (or 0x49847F) is unknown color: approx Breaker Bay. HEX triplet: 49, 84 and 7F. RGB value is (73,132,127). Sum of RGB (Red+Green+Blue) = 73+132+127=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #49847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49847F is #B67B80. Grayscale: #717171. Windows color (decimal): -11959169 or 8356937. OLE color: 8356937.

HSL color Cylindrical-coordinate representation of color #49847F: hue angle of 174.92º 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 #49847F is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB73132127-
CMYK0.4500.040.48
HSL174.92º28.78%40.2%-
HSV(B)174.92º44.7%51.76%-
XYZ14.8319.4523.05-
YUV113.79135.4598.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 127 (50% from 255) = 38.25%
R=21.99%
G=39.76%
B=38.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731321270.4500.040.48174.9228.7840.2
Hex49847F2D0430af1d28
Octal1112041775504602573550
Binary100100110000100111111110110101001100001010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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