Html Css Color HEX #497876 Breaker Bay

📋 copy color: '#497876'

red 73 ◦ green 120 ◦ blue 118

#497876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #497876

Tints of Breaker Bay #497876

RGB

 RED value IS 73 (28.91% from 255) = 23.47%

 GREEN value IS 120 (47.27% from 255) = 38.59%

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 23.47%
G = 38.59%
B = 37.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#497876 (or 0x497876) is known color: Breaker Bay. HEX triplet: 49, 78 and 76. RGB value is (73,120,118). Sum of RGB (Red+Green+Blue) = 73+120+118=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #497876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497876 is #B68789. Grayscale: #696969. Windows color (decimal): -11962250 or 7764041. OLE color: 7764041.

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

Color convert

RGB 73 120 118 -
CMYK 0.39 0 0.02 0.53
HSL 177.45º 0.24% 0.38% -
HSV(B) 177.45º 0.39% 0.47% -
XYZ 12.73 16.16 19.59 -
YUV 105.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 73 120 118 0.39 0 0.02 0.53 177.45 0.24 0.38
Hex 49 78 76 27 0 2 35 B1 18 26
Octal 111 170 166 47 0 2 65 261 30 46
Binary 1001001 1111000 1110110 100111 0 10 110101 10110001 11000 100110

Color Harmonies of #497876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497876

Black with #497876

Text Example


Text Example

White with #497876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497876; }

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

 H1.HeaderClassName
 {
   color: #497876;
 }
 .AnyTagClassName
 {
   color: #497876;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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