#488479

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

Shades of Breaker Bay #488479

Tints of Breaker Bay #488479

Color information

#488479 (or 0x488479) is unknown color: approx Breaker Bay. HEX triplet: 48, 84 and 79. RGB value is (72,132,121). Sum of RGB (Red+Green+Blue) = 72+132+121=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #488479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488479 is #B77B86. Grayscale: #707070. Windows color (decimal): -12024711 or 7963720. OLE color: 7963720.

HSL color Cylindrical-coordinate representation of color #488479: hue angle of 169º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488479 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB72132121-
CMYK0.4500.080.48
HSL169º29.41%40%-
HSV(B)169º45.45%51.76%-
XYZ14.3719.2621.05-
YUV112.81132.6298.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=22.15%
G=40.62%
B=37.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721321210.4500.080.4816929.4140
Hex4884792D0830a91d28
Octal11020417155010602513550
Binary1001000100001001111001101101010001100001010100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488479; }

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

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

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

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

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

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

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

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