#49827D

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

Shades of Breaker Bay #49827D

Tints of Breaker Bay #49827D

Color information

#49827D (or 0x49827D) is unknown color: approx Breaker Bay. HEX triplet: 49, 82 and 7D. RGB value is (73,130,125). Sum of RGB (Red+Green+Blue) = 73+130+125=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #49827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49827D is #B67D82. Grayscale: #707070. Windows color (decimal): -11959683 or 8225353. OLE color: 8225353.

HSL color Cylindrical-coordinate representation of color #49827D: hue angle of 174.74º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49827D is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB73130125-
CMYK0.4400.040.49
HSL174.74º28.08%39.8%-
HSV(B)174.74º43.85%50.98%-
XYZ14.4318.8622.28-
YUV112.39135.1299.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=22.26%
G=39.63%
B=38.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301250.4400.040.49174.7428.0839.8
Hex49827D2C0431af1c28
Octal1112021755404612573450
Binary100100110000010111110110110001001100011010111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,130,125); }

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

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

 a { background-color: rgb(73,130,125); }

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

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

 span { border-color: rgb(73,130,125); }

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