#497774

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

Shades of Breaker Bay #497774

Tints of Breaker Bay #497774

Color information

#497774 (or 0x497774) is unknown color: approx Breaker Bay. HEX triplet: 49, 77 and 74. RGB value is (73,119,116). Sum of RGB (Red+Green+Blue) = 73+119+116=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #497774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497774 is #B6888B. Grayscale: #686868. Windows color (decimal): -11962508 or 7632713. OLE color: 7632713.

HSL color Cylindrical-coordinate representation of color #497774: hue angle of 176.09º 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 #497774 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB73119116-
CMYK0.3900.030.53
HSL176.09º23.96%37.65%-
HSV(B)176.09º38.66%46.67%-
XYZ12.515.8718.93-
YUV104.9134.26105.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=23.70%
G=38.64%
B=37.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191160.3900.030.53176.0923.9637.65
Hex497774270335b01826
Octal1111671644703652603046
Binary1001001111011111101001001110111101011011000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497774; }

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

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

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

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

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

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

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

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