Html Css Color HEX #49847F Breaker Bay

📋 copy color: '#49847F'

red 73 ◦ green 132 ◦ blue 127

#49847F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #49847F

Tints of Breaker Bay #49847F

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 value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#49847F (or 0x49847F) is known color: 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

RGB 73 132 127 -
CMYK 0.45 0 0.04 0.48
HSL 174.92º 0.29% 0.4% -
HSV(B) 174.92º 0.45% 0.52% -
XYZ 14.83 19.45 23.05 -
YUV 113.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 73 132 127 0.45 0 0.04 0.48 174.92 0.29 0.4
Hex 49 84 7F 2D 0 4 30 AF 1D 28
Octal 111 204 177 55 0 4 60 257 35 50
Binary 1001001 10000100 1111111 101101 0 100 110000 10101111 11101 101000

Color Harmonies of #49847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49847F

Black with #49847F

Text Example


Text Example

White with #49847F

Text Example


Text Example

HTML Codes & Css Web 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>