#497874

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

Shades of Breaker Bay #497874

Tints of Breaker Bay #497874

Color information

#497874 (or 0x497874) is unknown color: approx Breaker Bay. HEX triplet: 49, 78 and 74. RGB value is (73,120,116). Sum of RGB (Red+Green+Blue) = 73+120+116=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #497874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497874 is #B6878B. Grayscale: #696969. Windows color (decimal): -11962252 or 7632969. OLE color: 7632969.

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

Color convert

RGB73120116-
CMYK0.3900.030.53
HSL174.89º24.35%37.84%-
HSV(B)174.89º39.17%47.06%-
XYZ12.6216.1118.97-
YUV105.49133.93104.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=23.62%
G=38.83%
B=37.54%

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
Decimal731201160.3900.030.53174.8924.3537.84
Hex497874270335af1826
Octal1111701644703652573046
Binary1001001111100011101001001110111101011010111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497874; }

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

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

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

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

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

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

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

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