Html Css Color HEX #498378 Breaker Bay

📋 copy color: '#498378'

red 73 ◦ green 131 ◦ blue 120

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

Shades of Breaker Bay #498378

Tints of Breaker Bay #498378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

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

R = 22.53%
G = 40.43%
B = 37.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#498378 (or 0x498378) is known color: Breaker Bay. HEX triplet: 49, 83 and 78. RGB value is (73,131,120). Sum of RGB (Red+Green+Blue) = 73+131+120=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #498378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498378 is #B67C87. Grayscale: #707070. Windows color (decimal): -11959432 or 7897929. OLE color: 7897929.

HSL color Cylindrical-coordinate representation of color #498378: hue angle of 168.62º 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 #498378 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 120 -
CMYK 0.44 0 0.08 0.49
HSL 168.62º 0.28% 0.4% -
HSV(B) 168.62º 0.44% 0.51% -
XYZ 14.25 19.01 20.69 -
YUV 112.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 73 131 120 0.44 0 0.08 0.49 168.62 0.28 0.4
Hex 49 83 78 2C 0 8 31 A9 1C 28
Octal 111 203 170 54 0 10 61 251 34 50
Binary 1001001 10000011 1111000 101100 0 1000 110001 10101001 11100 101000

Color Harmonies of #498378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498378

Black with #498378

Text Example


Text Example

White with #498378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498378; }

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

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

background-color css

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

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

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

border-color css

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

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

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