Html Css Color HEX #497D77 Breaker Bay

📋 copy color: '#497D77'

red 73 ◦ green 125 ◦ blue 119

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

Shades of Breaker Bay #497D77

Tints of Breaker Bay #497D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.43%

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 23.03%
G = 39.43%
B = 37.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#497D77 (or 0x497D77) is known color: Breaker Bay. HEX triplet: 49, 7D and 77. RGB value is (73,125,119). Sum of RGB (Red+Green+Blue) = 73+125+119=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #497D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D77 is #B68288. Grayscale: #6C6C6C. Windows color (decimal): -11960969 or 7830857. OLE color: 7830857.

HSL color Cylindrical-coordinate representation of color #497D77: hue angle of 173.08º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D77 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 119 -
CMYK 0.42 0 0.05 0.51
HSL 173.08º 0.26% 0.39% -
HSV(B) 173.08º 0.42% 0.49% -
XYZ 13.41 17.42 20.11 -
YUV 108.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 73 125 119 0.42 0 0.05 0.51 173.08 0.26 0.39
Hex 49 7D 77 2A 0 5 33 AD 1A 27
Octal 111 175 167 52 0 5 63 255 32 47
Binary 1001001 1111101 1110111 101010 0 101 110011 10101101 11010 100111

Color Harmonies of #497D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D77

Black with #497D77

Text Example


Text Example

White with #497D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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