#488279

Color #488279 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #488279

Tints of Breaker Bay #488279

Color information

#488279 (or 0x488279) is unknown color: approx 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

RGB72130121-
CMYK0.4500.070.49
HSL170.69º28.71%39.61%-
HSV(B)170.69º44.62%50.98%-
XYZ14.1118.7220.96-
YUV111.63133.2899.73-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721301210.4500.070.49170.6928.7139.61
Hex4882792D0731ab1d28
Octal1102021715507612533550
Binary100100010000010111100110110101111100011010101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>