#497775

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

Shades of Breaker Bay #497775

Tints of Breaker Bay #497775

Color information

#497775 (or 0x497775) is unknown color: approx Breaker Bay. HEX triplet: 49, 77 and 75. RGB value is (73,119,117). Sum of RGB (Red+Green+Blue) = 73+119+117=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #497775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497775 is #B6888A. Grayscale: #686868. Windows color (decimal): -11962507 or 7698249. OLE color: 7698249.

HSL color Cylindrical-coordinate representation of color #497775: hue angle of 177.39º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497775 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB73119117-
CMYK0.3900.020.53
HSL177.39º23.96%37.65%-
HSV(B)177.39º38.66%46.67%-
XYZ12.5615.8919.24-
YUV105.02134.76105.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=23.62%
G=38.51%
B=37.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191170.3900.020.53177.3923.9637.65
Hex497775270235b11826
Octal1111671654702652613046
Binary1001001111011111101011001110101101011011000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497775; }

 p { color: rgb(73,119,117); }

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

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

 a { background-color: rgb(73,119,117); }

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

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

 span { border-color: rgb(73,119,117); }

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