Html Css Color HEX #497674 Breaker Bay

📋 copy color: '#497674'

red 73 ◦ green 118 ◦ blue 116

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

Shades of Breaker Bay #497674

Tints of Breaker Bay #497674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 23.78%
G = 38.44%
B = 37.79%

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

#497674 (or 0x497674) is known color: Breaker Bay. HEX triplet: 49, 76 and 74. RGB value is (73,118,116). Sum of RGB (Red+Green+Blue) = 73+118+116=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #497674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497674 is #B6898B. Grayscale: #686868. Windows color (decimal): -11962764 or 7632457. OLE color: 7632457.

HSL color Cylindrical-coordinate representation of color #497674: hue angle of 177.33º degrees, saturation: 0.24, 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 #497674 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 116 -
CMYK 0.38 0 0.02 0.54
HSL 177.33º 0.24% 0.37% -
HSV(B) 177.33º 0.38% 0.46% -
XYZ 12.38 15.63 18.89 -
YUV 104.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 73 118 116 0.38 0 0.02 0.54 177.33 0.24 0.37
Hex 49 76 74 26 0 2 36 B1 18 25
Octal 111 166 164 46 0 2 66 261 30 45
Binary 1001001 1110110 1110100 100110 0 10 110110 10110001 11000 100101

Color Harmonies of #497674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497674

Black with #497674

Text Example


Text Example

White with #497674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497674; }

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

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

background-color css

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

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

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

border-color css

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

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

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