#497E7A

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

Shades of Breaker Bay #497E7A

Tints of Breaker Bay #497E7A

Color information

#497E7A (or 0x497E7A) is unknown color: approx Breaker Bay. HEX triplet: 49, 7E and 7A. RGB value is (73,126,122). Sum of RGB (Red+Green+Blue) = 73+126+122=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #497E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E7A is #B68185. Grayscale: #6D6D6D. Windows color (decimal): -11960710 or 8027721. OLE color: 8027721.

HSL color Cylindrical-coordinate representation of color #497E7A: hue angle of 175.47º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E7A is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB73126122-
CMYK0.4200.030.51
HSL175.47º26.63%39.02%-
HSV(B)175.47º42.06%49.41%-
XYZ13.7217.7421.11-
YUV109.7134.94101.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=22.74%
G=39.25%
B=38.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731261220.4200.030.51175.4726.6339.02
Hex497E7A2A0333af1b27
Octal1111761725203632573347
Binary1001001111111011110101010100111100111010111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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