Html Css Color HEX #49847D Breaker Bay

📋 copy color: '#49847D'

red 73 ◦ green 132 ◦ blue 125

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

Shades of Breaker Bay #49847D

Tints of Breaker Bay #49847D

RGB

 RED value IS 73 (28.91% from 255) = 22.12%

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 22.12%
G = 40%
B = 37.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#49847D (or 0x49847D) is known color: Breaker Bay. HEX triplet: 49, 84 and 7D. RGB value is (73,132,125). Sum of RGB (Red+Green+Blue) = 73+132+125=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #49847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49847D is #B67B82. Grayscale: #717171. Windows color (decimal): -11959171 or 8225865. OLE color: 8225865.

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

Color convert

RGB 73 132 125 -
CMYK 0.45 0 0.05 0.48
HSL 172.88º 0.29% 0.4% -
HSV(B) 172.88º 0.45% 0.52% -
XYZ 14.7 19.4 22.37 -
YUV 113.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 73 132 125 0.45 0 0.05 0.48 172.88 0.29 0.4
Hex 49 84 7D 2D 0 5 30 AD 1D 28
Octal 111 204 175 55 0 5 60 255 35 50
Binary 1001001 10000100 1111101 101101 0 101 110000 10101101 11101 101000

Color Harmonies of #49847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49847D

Black with #49847D

Text Example


Text Example

White with #49847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49847D;
 }
 .AnyTagClassName
 {
   color: #49847D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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