Html Css Color HEX #497D78 Breaker Bay

📋 copy color: '#497D78'

red 73 ◦ green 125 ◦ blue 120

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

Shades of Breaker Bay #497D78

Tints of Breaker Bay #497D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.31%

 BLUE value IS 120 (47.27% from 255) = 37.74%

R = 22.96%
G = 39.31%
B = 37.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#497D78 (or 0x497D78) is known color: Breaker Bay. HEX triplet: 49, 7D and 78. RGB value is (73,125,120). Sum of RGB (Red+Green+Blue) = 73+125+120=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 125 - color contains mainly: green. Hex color #497D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D78 is #B68287. Grayscale: #6C6C6C. Windows color (decimal): -11960968 or 7896393. OLE color: 7896393.

HSL color Cylindrical-coordinate representation of color #497D78: hue angle of 174.23º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D78 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 120 -
CMYK 0.42 0 0.04 0.51
HSL 174.23º 0.26% 0.39% -
HSV(B) 174.23º 0.42% 0.49% -
XYZ 13.47 17.44 20.43 -
YUV 108.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 73 125 120 0.42 0 0.04 0.51 174.23 0.26 0.39
Hex 49 7D 78 2A 0 4 33 AE 1A 27
Octal 111 175 170 52 0 4 63 256 32 47
Binary 1001001 1111101 1111000 101010 0 100 110011 10101110 11010 100111

Color Harmonies of #497D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D78

Black with #497D78

Text Example


Text Example

White with #497D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,125,120); }

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

background-color css

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

 a { background-color: rgb(73,125,120); }

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

border-color css

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

 span { border-color: rgb(73,125,120); }

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