Html Css Color HEX #497A79 Breaker Bay

📋 copy color: '#497A79'

red 73 ◦ green 122 ◦ blue 121

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

Shades of Breaker Bay #497A79

Tints of Breaker Bay #497A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 23.1%
G = 38.61%
B = 38.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#497A79 (or 0x497A79) is known color: Breaker Bay. HEX triplet: 49, 7A and 79. RGB value is (73,122,121). Sum of RGB (Red+Green+Blue) = 73+122+121=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #497A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A79 is #B68586. Grayscale: #6B6B6B. Windows color (decimal): -11961735 or 7961161. OLE color: 7961161.

HSL color Cylindrical-coordinate representation of color #497A79: hue angle of 178.78º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A79 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 121 -
CMYK 0.40 0 0.01 0.52
HSL 178.78º 0.25% 0.38% -
HSV(B) 178.78º 0.4% 0.48% -
XYZ 13.16 16.72 20.62 -
YUV 107.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 73 122 121 0.40 0 0.01 0.52 178.78 0.25 0.38
Hex 49 7A 79 28 0 1 34 B3 19 26
Octal 111 172 171 50 0 1 64 263 31 46
Binary 1001001 1111010 1111001 101000 0 1 110100 10110011 11001 100110

Color Harmonies of #497A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A79

Black with #497A79

Text Example


Text Example

White with #497A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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