Html Css Color HEX #498279 Breaker Bay

📋 copy color: '#498279'

red 73 ◦ green 130 ◦ blue 121

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

Shades of Breaker Bay #498279

Tints of Breaker Bay #498279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 22.53%
G = 40.12%
B = 37.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#498279 (or 0x498279) is known color: Breaker Bay. HEX triplet: 49, 82 and 79. RGB value is (73,130,121). Sum of RGB (Red+Green+Blue) = 73+130+121=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #498279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498279 is #B67D86. Grayscale: #6F6F6F. Windows color (decimal): -11959687 or 7963209. OLE color: 7963209.

HSL color Cylindrical-coordinate representation of color #498279: hue angle of 170.53º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498279 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 121 -
CMYK 0.44 0 0.07 0.49
HSL 170.53º 0.28% 0.4% -
HSV(B) 170.53º 0.44% 0.51% -
XYZ 14.18 18.76 20.96 -
YUV 111.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 73 130 121 0.44 0 0.07 0.49 170.53 0.28 0.4
Hex 49 82 79 2C 0 7 31 AB 1C 28
Octal 111 202 171 54 0 7 61 253 34 50
Binary 1001001 10000010 1111001 101100 0 111 110001 10101011 11100 101000

Color Harmonies of #498279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498279

Black with #498279

Text Example


Text Example

White with #498279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498279; }

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

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

background-color css

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

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

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

border-color css

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

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

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