Html Css Color HEX #48847A Breaker Bay

📋 copy color: '#48847A'

red 72 ◦ green 132 ◦ blue 122

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

Shades of Breaker Bay #48847A

Tints of Breaker Bay #48847A

RGB

 RED value IS 72 (28.52% from 255) = 22.09%

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

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 22.09%
G = 40.49%
B = 37.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#48847A (or 0x48847A) is known color: Breaker Bay. HEX triplet: 48, 84 and 7A. RGB value is (72,132,122). Sum of RGB (Red+Green+Blue) = 72+132+122=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #48847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48847A is #B77B85. Grayscale: #707070. Windows color (decimal): -12024710 or 8029256. OLE color: 8029256.

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

Color convert

RGB 72 132 122 -
CMYK 0.45 0 0.08 0.48
HSL 170º 0.29% 0.4% -
HSV(B) 170º 0.45% 0.52% -
XYZ 14.44 19.29 21.37 -
YUV 112.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 72 132 122 0.45 0 0.08 0.48 170 0.29 0.4
Hex 48 84 7A 2D 0 8 30 AA 1D 28
Octal 110 204 172 55 0 10 60 252 35 50
Binary 1001000 10000100 1111010 101101 0 1000 110000 10101010 11101 101000

Color Harmonies of #48847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48847A

Black with #48847A

Text Example


Text Example

White with #48847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48847A; }

 p { color: rgb(72,132,122); }

 H1.HeaderClassName
 {
   color: #48847A;
 }
 .AnyTagClassName
 {
   color: #48847A;
 }
</style>

background-color css

<style>
 a { background-color: #48847A; }

 a { background-color: rgb(72,132,122); }

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

border-color css

<style>
 span { border-color: #48847A; }

 span { border-color: rgb(72,132,122); }

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