#478178

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

Shades of Breaker Bay #478178

Tints of Breaker Bay #478178

Color information

#478178 (or 0x478178) is unknown color: approx Breaker Bay. HEX triplet: 47, 81 and 78. RGB value is (71,129,120). Sum of RGB (Red+Green+Blue) = 71+129+120=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #478178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478178 is #B87E87. Grayscale: #6E6E6E. Windows color (decimal): -12091016 or 7897415. OLE color: 7897415.

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

Color convert

RGB71129120-
CMYK0.4500.070.49
HSL170.69º29%39.22%-
HSV(B)170.69º44.96%50.59%-
XYZ13.8418.420.59-
YUV110.63133.2899.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=22.19%
G=40.31%
B=37.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711291200.4500.070.49170.692939.22
Hex4781782D0731ab1d27
Octal1072011705507612533547
Binary100011110000001111100010110101111100011010101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478178; }

 p { color: rgb(71,129,120); }

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

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

 a { background-color: rgb(71,129,120); }

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

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

 span { border-color: rgb(71,129,120); }

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