Html Css Color HEX #497C76 Breaker Bay

📋 copy color: '#497C76'

red 73 ◦ green 124 ◦ blue 118

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

Shades of Breaker Bay #497C76

Tints of Breaker Bay #497C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.37%

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

R = 23.17%
G = 39.37%
B = 37.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#497C76 (or 0x497C76) is known color: Breaker Bay. HEX triplet: 49, 7C and 76. RGB value is (73,124,118). Sum of RGB (Red+Green+Blue) = 73+124+118=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #497C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C76 is #B68389. Grayscale: #6C6C6C. Windows color (decimal): -11961226 or 7765065. OLE color: 7765065.

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

Color convert

RGB 73 124 118 -
CMYK 0.41 0 0.05 0.51
HSL 172.94º 0.26% 0.39% -
HSV(B) 172.94º 0.41% 0.49% -
XYZ 13.23 17.14 19.75 -
YUV 108.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 73 124 118 0.41 0 0.05 0.51 172.94 0.26 0.39
Hex 49 7C 76 29 0 5 33 AD 1A 27
Octal 111 174 166 51 0 5 63 255 32 47
Binary 1001001 1111100 1110110 101001 0 101 110011 10101101 11010 100111

Color Harmonies of #497C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C76

Black with #497C76

Text Example


Text Example

White with #497C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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