#488079

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

Shades of Breaker Bay #488079

Tints of Breaker Bay #488079

Color information

#488079 (or 0x488079) is unknown color: approx Breaker Bay. HEX triplet: 48, 80 and 79. RGB value is (72,128,121). Sum of RGB (Red+Green+Blue) = 72+128+121=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #488079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488079 is #B77F86. Grayscale: #6E6E6E. Windows color (decimal): -12025735 or 7962696. OLE color: 7962696.

HSL color Cylindrical-coordinate representation of color #488079: hue angle of 172.5º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488079 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB72128121-
CMYK0.4400.050.50
HSL172.5º28%39.22%-
HSV(B)172.5º43.75%50.2%-
XYZ13.8418.220.87-
YUV110.46133.95100.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=22.43%
G=39.88%
B=37.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721281210.4400.050.50172.52839.22
Hex4880792C0532ac1c27
Octal1102001715405622543447
Binary100100010000000111100110110001011100101010110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488079; }

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

 H1.HeaderClassName
 {
   color: #488079;
 }
 .AnyTagClassName
 {
   color: #488079;
 }
</style>
background-color css

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

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

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

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

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

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