#497673

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

Shades of Breaker Bay #497673

Tints of Breaker Bay #497673

Color information

#497673 (or 0x497673) is unknown color: approx Breaker Bay. HEX triplet: 49, 76 and 73. RGB value is (73,118,115). Sum of RGB (Red+Green+Blue) = 73+118+115=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #497673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497673 is #B6898C. Grayscale: #686868. Windows color (decimal): -11962765 or 7566921. OLE color: 7566921.

HSL color Cylindrical-coordinate representation of color #497673: hue angle of 176º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497673 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB73118115-
CMYK0.3800.030.54
HSL176º23.56%37.45%-
HSV(B)176º38.14%46.27%-
XYZ12.3215.6118.58-
YUV104.2134.09105.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=23.86%
G=38.56%
B=37.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731181150.3800.030.5417623.5637.45
Hex497673260336b01825
Octal1111661634603662603045
Binary1001001111011011100111001100111101101011000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497673; }

 p { color: rgb(73,118,115); }

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

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

 a { background-color: rgb(73,118,115); }

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

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

 span { border-color: rgb(73,118,115); }

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