Html Css Color HEX #488379 Breaker Bay

📋 copy color: '#488379'

red 72 ◦ green 131 ◦ blue 121

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

Shades of Breaker Bay #488379

Tints of Breaker Bay #488379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 22.22%
G = 40.43%
B = 37.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#488379 (or 0x488379) is known color: Breaker Bay. HEX triplet: 48, 83 and 79. RGB value is (72,131,121). Sum of RGB (Red+Green+Blue) = 72+131+121=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #488379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488379 is #B77C86. Grayscale: #707070. Windows color (decimal): -12024967 or 7963464. OLE color: 7963464.

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

Color convert

RGB 72 131 121 -
CMYK 0.45 0 0.08 0.49
HSL 169.83º 0.29% 0.4% -
HSV(B) 169.83º 0.45% 0.51% -
XYZ 14.24 18.99 21 -
YUV 112.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 72 131 121 0.45 0 0.08 0.49 169.83 0.29 0.4
Hex 48 83 79 2D 0 8 31 AA 1D 28
Octal 110 203 171 55 0 10 61 252 35 50
Binary 1001000 10000011 1111001 101101 0 1000 110001 10101010 11101 101000

Color Harmonies of #488379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488379

Black with #488379

Text Example


Text Example

White with #488379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488379; }

 p { color: rgb(72,131,121); }

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

background-color css

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

 a { background-color: rgb(72,131,121); }

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

border-color css

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

 span { border-color: rgb(72,131,121); }

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