Html Css Color HEX #48827A Breaker Bay

📋 copy color: '#48827A'

red 72 ◦ green 130 ◦ blue 122

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

Shades of Breaker Bay #48827A

Tints of Breaker Bay #48827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

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

R = 22.22%
G = 40.12%
B = 37.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#48827A (or 0x48827A) is known color: Breaker Bay. HEX triplet: 48, 82 and 7A. RGB value is (72,130,122). Sum of RGB (Red+Green+Blue) = 72+130+122=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #48827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48827A is #B77D85. Grayscale: #6F6F6F. Windows color (decimal): -12025222 or 8028744. OLE color: 8028744.

HSL color Cylindrical-coordinate representation of color #48827A: hue angle of 171.72º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48827A is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 122 -
CMYK 0.45 0 0.06 0.49
HSL 171.72º 0.29% 0.4% -
HSV(B) 171.72º 0.45% 0.51% -
XYZ 14.17 18.75 21.28 -
YUV 111.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 72 130 122 0.45 0 0.06 0.49 171.72 0.29 0.4
Hex 48 82 7A 2D 0 6 31 AC 1D 28
Octal 110 202 172 55 0 6 61 254 35 50
Binary 1001000 10000010 1111010 101101 0 110 110001 10101100 11101 101000

Color Harmonies of #48827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48827A

Black with #48827A

Text Example


Text Example

White with #48827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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