Html Css Color HEX #497B7A Breaker Bay

📋 copy color: '#497B7A'

red 73 ◦ green 123 ◦ blue 122

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

Shades of Breaker Bay #497B7A

Tints of Breaker Bay #497B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.68%

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 22.96%
G = 38.68%
B = 38.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#497B7A (or 0x497B7A) is known color: Breaker Bay. HEX triplet: 49, 7B and 7A. RGB value is (73,123,122). Sum of RGB (Red+Green+Blue) = 73+123+122=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 123 - color contains mainly: green. Hex color #497B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497B7A is #B68485. Grayscale: #6B6B6B. Windows color (decimal): -11961478 or 8026953. OLE color: 8026953.

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

Color convert

RGB 73 123 122 -
CMYK 0.41 0 0.01 0.52
HSL 178.8º 0.26% 0.38% -
HSV(B) 178.8º 0.41% 0.48% -
XYZ 13.34 16.99 20.99 -
YUV 107.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 73 123 122 0.41 0 0.01 0.52 178.8 0.26 0.38
Hex 49 7B 7A 29 0 1 34 B3 1A 26
Octal 111 173 172 51 0 1 64 263 32 46
Binary 1001001 1111011 1111010 101001 0 1 110100 10110011 11010 100110

Color Harmonies of #497B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B7A

Black with #497B7A

Text Example


Text Example

White with #497B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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