Html Css Color HEX #497975 Breaker Bay

📋 copy color: '#497975'

red 73 ◦ green 121 ◦ blue 117

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

Shades of Breaker Bay #497975

Tints of Breaker Bay #497975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 23.47%
G = 38.91%
B = 37.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#497975 (or 0x497975) is known color: Breaker Bay. HEX triplet: 49, 79 and 75. RGB value is (73,121,117). Sum of RGB (Red+Green+Blue) = 73+121+117=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #497975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497975 is #B6868A. Grayscale: #6A6A6A. Windows color (decimal): -11961995 or 7698761. OLE color: 7698761.

HSL color Cylindrical-coordinate representation of color #497975: hue angle of 175º 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 #497975 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 117 -
CMYK 0.40 0 0.03 0.53
HSL 175º 0.25% 0.38% -
HSV(B) 175º 0.4% 0.47% -
XYZ 12.8 16.38 19.32 -
YUV 106.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 73 121 117 0.40 0 0.03 0.53 175 0.25 0.38
Hex 49 79 75 28 0 3 35 AF 19 26
Octal 111 171 165 50 0 3 65 257 31 46
Binary 1001001 1111001 1110101 101000 0 11 110101 10101111 11001 100110

Color Harmonies of #497975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497975

Black with #497975

Text Example


Text Example

White with #497975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497975; }

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

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

background-color css

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

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

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

border-color css

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

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

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