#498279

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

Shades of Breaker Bay #498279

Tints of Breaker Bay #498279

Color information

#498279 (or 0x498279) is unknown color: approx Breaker Bay. HEX triplet: 49, 82 and 79. RGB value is (73,130,121). Sum of RGB (Red+Green+Blue) = 73+130+121=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #498279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498279 is #B67D86. Grayscale: #6F6F6F. Windows color (decimal): -11959687 or 7963209. OLE color: 7963209.

HSL color Cylindrical-coordinate representation of color #498279: hue angle of 170.53º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498279 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB73130121-
CMYK0.4400.070.49
HSL170.53º28.08%39.8%-
HSV(B)170.53º43.85%50.98%-
XYZ14.1818.7620.96-
YUV111.93133.12100.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=22.53%
G=40.12%
B=37.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301210.4400.070.49170.5328.0839.8
Hex4982792C0731ab1c28
Octal1112021715407612533450
Binary100100110000010111100110110001111100011010101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498279; }

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

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

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

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

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

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

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

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