Html Css Color HEX #497977 Breaker Bay

📋 copy color: '#497977'

red 73 ◦ green 121 ◦ blue 119

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

Shades of Breaker Bay #497977

Tints of Breaker Bay #497977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.66%

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

R = 23.32%
G = 38.66%
B = 38.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#497977 (or 0x497977) is known color: Breaker Bay. HEX triplet: 49, 79 and 77. RGB value is (73,121,119). Sum of RGB (Red+Green+Blue) = 73+121+119=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #497977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497977 is #B68688. Grayscale: #6A6A6A. Windows color (decimal): -11961993 or 7829833. OLE color: 7829833.

HSL color Cylindrical-coordinate representation of color #497977: hue angle of 177.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497977 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 119 -
CMYK 0.40 0 0.02 0.53
HSL 177.5º 0.25% 0.38% -
HSV(B) 177.5º 0.4% 0.47% -
XYZ 12.91 16.42 19.94 -
YUV 106.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 73 121 119 0.40 0 0.02 0.53 177.5 0.25 0.38
Hex 49 79 77 28 0 2 35 B2 19 26
Octal 111 171 167 50 0 2 65 262 31 46
Binary 1001001 1111001 1110111 101000 0 10 110101 10110010 11001 100110

Color Harmonies of #497977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497977

Black with #497977

Text Example


Text Example

White with #497977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497977; }

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

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

background-color css

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

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

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

border-color css

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

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

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