#498478

Color #498478 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #498478

Tints of Breaker Bay #498478

Color information

#498478 (or 0x498478) is unknown color: approx Breaker Bay. HEX triplet: 49, 84 and 78. RGB value is (73,132,120). Sum of RGB (Red+Green+Blue) = 73+132+120=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #498478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498478 is #B67B87. Grayscale: #707070. Windows color (decimal): -11959176 or 7898185. OLE color: 7898185.

HSL color Cylindrical-coordinate representation of color #498478: hue angle of 167.8º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498478 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB73132120-
CMYK0.4500.090.48
HSL167.8º28.78%40.2%-
HSV(B)167.8º44.7%51.76%-
XYZ14.3919.2820.73-
YUV112.99131.9599.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=22.46%
G=40.62%
B=36.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731321200.4500.090.48167.828.7840.2
Hex4984782D0930a81d28
Octal11120417055011602503550
Binary1001001100001001111000101101010011100001010100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498478; }

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

 H1.HeaderClassName
 {
   color: #498478;
 }
 .AnyTagClassName
 {
   color: #498478;
 }
</style>
background-color css

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

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

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

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

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

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