Html Css Color HEX #497573 Breaker Bay

📋 copy color: '#497573'

red 73 ◦ green 117 ◦ blue 115

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

Shades of Breaker Bay #497573

Tints of Breaker Bay #497573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 23.93%
G = 38.36%
B = 37.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#497573 (or 0x497573) is known color: Breaker Bay. HEX triplet: 49, 75 and 73. RGB value is (73,117,115). Sum of RGB (Red+Green+Blue) = 73+117+115=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #497573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497573 is #B68A8C. Grayscale: #676767. Windows color (decimal): -11963021 or 7566665. OLE color: 7566665.

HSL color Cylindrical-coordinate representation of color #497573: hue angle of 177.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497573 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 115 -
CMYK 0.38 0 0.02 0.54
HSL 177.27º 0.23% 0.37% -
HSV(B) 177.27º 0.38% 0.46% -
XYZ 12.2 15.38 18.54 -
YUV 103.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 73 117 115 0.38 0 0.02 0.54 177.27 0.23 0.37
Hex 49 75 73 26 0 2 36 B1 17 25
Octal 111 165 163 46 0 2 66 261 27 45
Binary 1001001 1110101 1110011 100110 0 10 110110 10110001 10111 100101

Color Harmonies of #497573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497573

Black with #497573

Text Example


Text Example

White with #497573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497573; }

 p { color: rgb(73,117,115); }

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

background-color css

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

 a { background-color: rgb(73,117,115); }

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

border-color css

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

 span { border-color: rgb(73,117,115); }

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