#497A79

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

Shades of Breaker Bay #497A79

Tints of Breaker Bay #497A79

Color information

#497A79 (or 0x497A79) is unknown color: approx Breaker Bay. HEX triplet: 49, 7A and 79. RGB value is (73,122,121). Sum of RGB (Red+Green+Blue) = 73+122+121=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #497A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A79 is #B68586. Grayscale: #6B6B6B. Windows color (decimal): -11961735 or 7961161. OLE color: 7961161.

HSL color Cylindrical-coordinate representation of color #497A79: hue angle of 178.78º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A79 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB73122121-
CMYK0.4000.010.52
HSL178.78º25.13%38.24%-
HSV(B)178.78º40.16%47.84%-
XYZ13.1616.7220.62-
YUV107.23135.77103.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=23.10%
G=38.61%
B=38.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731221210.4000.010.52178.7825.1338.24
Hex497A79280134b31926
Octal1111721715001642633146
Binary100100111110101111001101000011101001011001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497A79; }

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

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

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

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

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

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

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

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