Html Css Color HEX #488279 Breaker Bay

📋 copy color: '#488279'

red 72 ◦ green 130 ◦ blue 121

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

Shades of Breaker Bay #488279

Tints of Breaker Bay #488279

RGB

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

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

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

R = 22.29%
G = 40.25%
B = 37.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#488279 (or 0x488279) is known color: Breaker Bay. HEX triplet: 48, 82 and 79. RGB value is (72,130,121). Sum of RGB (Red+Green+Blue) = 72+130+121=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #488279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488279 is #B77D86. Grayscale: #6F6F6F. Windows color (decimal): -12025223 or 7963208. OLE color: 7963208.

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

Color convert

RGB 72 130 121 -
CMYK 0.45 0 0.07 0.49
HSL 170.69º 0.29% 0.4% -
HSV(B) 170.69º 0.45% 0.51% -
XYZ 14.11 18.72 20.96 -
YUV 111.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 72 130 121 0.45 0 0.07 0.49 170.69 0.29 0.4
Hex 48 82 79 2D 0 7 31 AB 1D 28
Octal 110 202 171 55 0 7 61 253 35 50
Binary 1001000 10000010 1111001 101101 0 111 110001 10101011 11101 101000

Color Harmonies of #488279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488279

Black with #488279

Text Example


Text Example

White with #488279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488279; }

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

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

background-color css

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

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

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

border-color css

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

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

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