Html Css Color HEX #497B77 Breaker Bay

📋 copy color: '#497B77'

red 73 ◦ green 123 ◦ blue 119

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

Shades of Breaker Bay #497B77

Tints of Breaker Bay #497B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.05%

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

R = 23.17%
G = 39.05%
B = 37.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#497B77 (or 0x497B77) is known color: Breaker Bay. HEX triplet: 49, 7B and 77. RGB value is (73,123,119). Sum of RGB (Red+Green+Blue) = 73+123+119=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #497B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497B77 is #B68488. Grayscale: #6B6B6B. Windows color (decimal): -11961481 or 7830345. OLE color: 7830345.

HSL color Cylindrical-coordinate representation of color #497B77: hue angle of 175.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497B77 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 123 119 -
CMYK 0.41 0 0.03 0.52
HSL 175.2º 0.26% 0.38% -
HSV(B) 175.2º 0.41% 0.48% -
XYZ 13.16 16.91 20.02 -
YUV 107.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 73 123 119 0.41 0 0.03 0.52 175.2 0.26 0.38
Hex 49 7B 77 29 0 3 34 AF 1A 26
Octal 111 173 167 51 0 3 64 257 32 46
Binary 1001001 1111011 1110111 101001 0 11 110100 10101111 11010 100110

Color Harmonies of #497B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B77

Black with #497B77

Text Example


Text Example

White with #497B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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